home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
tty
/
tty.mak
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-03-11
|
349 b
|
26 lines
#
# Standard command line definitions
#
cp=cl -d -c -AS -Gsw -Os -Zpei
#
# Standard inference rules
#
.c.obj:
$(cp) $*.c
#
# The C File List
#
TTY.obj: TTY.c TTY.h
TTY.res: TTY.rc TTY.ico TTY.h
rc -r TTY.rc
TTY.exe: TTY.obj TTY.res TTY.def
link4 /NOE/CO TTY,/align:16,/map,slibw,TTY.def
rc TTY.res