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 / PRF.MMK < prev    next >
Text File  |  1988-07-14  |  277b  |  15 lines

  1. # Microsoft C make file for prf.asm
  2. #
  3. # prf.mmk
  4. # July 12, 1988
  5. #
  6. # Far pointers
  7.  
  8. prffar.obj: ..\prf.asm
  9.   masm /MX /ML ..\prf.asm,prffar.obj,nul.lst,nul.cod;
  10.  
  11. # Near pointers
  12.  
  13. prfnear.obj: ..\prf.asm
  14.   masm /MX /ML /DNEAR ..\prf.asm,prfnear.obj,nul.lst,nul.cod;
  15.