home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
msjournl
/
msjv4_1b.arc
/
SLEUTH.ARC
/
SLEUTH
< prev
next >
Wrap
Text File
|
1988-10-18
|
547b
|
16 lines
#----------------------------------------------------------------------------
# Sleuth make file
#----------------------------------------------------------------------------
Sleuth.res : Sleuth.rc Sleuth.h Sleuth.ico
rc -r Sleuth.rc
Sleuth.obj : Sleuth.c Sleuth.h
cl -AL -c -G2sw -Od -W3 -Zip Sleuth.c
Sleuth.exe : Sleuth.obj Sleuth.res Sleuth.def
link Sleuth, /code/align:16, NUL, os2 /nod:llibce llibcep, Sleuth
rc Sleuth.res
#----------------------------------------------------------------------------