home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / msjournl / msjv4_1b.arc / SLEUTH.ARC / SLEUTH < prev    next >
Text File  |  1988-10-18  |  547b  |  16 lines

  1. #----------------------------------------------------------------------------
  2. #  Sleuth make file
  3. #----------------------------------------------------------------------------
  4.  
  5. Sleuth.res : Sleuth.rc Sleuth.h Sleuth.ico
  6.      rc -r Sleuth.rc
  7.  
  8. Sleuth.obj : Sleuth.c Sleuth.h
  9.      cl -AL -c -G2sw -Od -W3 -Zip Sleuth.c
  10.  
  11. Sleuth.exe : Sleuth.obj Sleuth.res Sleuth.def
  12.      link Sleuth, /code/align:16, NUL, os2 /nod:llibce llibcep, Sleuth
  13.      rc Sleuth.res
  14.  
  15. #----------------------------------------------------------------------------
  16.