home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 355_01 / slk1.exe / SHERLOCK / MSC / SLTEST.MMK < prev    next >
Text File  |  1989-06-28  |  509b  |  18 lines

  1. # Make sltests.obj and sl1tests.obj using Microsoft C version 5.00 or later.
  2. #
  3. # sltest.mmk
  4. # July 14, 1988
  5. #
  6. # /AS SMALL memory model
  7. #
  8.  
  9. sltests.obj: ..\sltest.c ..\sherlock.c
  10.   cl /c /AS /I\sherlock /Ic:\include\msc /DPREFERRED /Fosltests.obj \sherlock\sltest.c
  11.   cl /c /AS /I\sherlock /Ic:\include\msc /Fosl1tests.obj \sherlock\sltest.c
  12.  
  13. sltest.exe: sltests.obj
  14.   link @sltest.ml
  15.   link @sl1test.ml
  16.   copy sltest.exe \sherlock\bin\msltest.exe
  17.   copy sl1test.exe \sherlock\bin\msl1test.exe
  18.