home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / VOL10N22.ZIP / RECORD1.MSC < prev    next >
Text File  |  1991-09-03  |  422b  |  14 lines

  1. #-------------------------------------------
  2. # RECORD1.MSC make file for Microsoft C 6.0
  3. #-------------------------------------------
  4.  
  5. record1.exe : record1.obj record1.def record1.res
  6.      link record1,, NUL, /nod slibcew libw win87em mmsystem, record1
  7.      rc -t record1.res
  8.  
  9. record1.obj : record1.c record1.h
  10.      cl -c -G2sw -Ow -W3 -Zp record1.c
  11.  
  12. record1.res : record1.rc record1.h
  13.      rc -r record1.rc
  14.