home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Press 1997 July
/
Sezamfile97_2.iso
/
windows
/
program
/
ttychic.exe
/
TTYCHIC.MAK
< prev
next >
Wrap
Text File
|
1994-12-01
|
371b
|
20 lines
COPT=/nologo /W3 /GX /Zpi /Od /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "WIN32" /c
all: ttychic.exe
ttychic.res: ttychic.rc tty.h
rc -r ttychic.rc
ttychic.obj: ttychic.c
cl $(COPT) ttychic.c
newdial.obj: newdial.c
cl $(COPT) newdial.c
ttychic.exe: ttychic.obj newdial.obj ttychic.res
link @linkfile