home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / msjv7_6.zip / TOPTEN.ARJ / LONGFILE.ARJ / LONGFILE < prev    next >
Text File  |  1992-10-01  |  314b  |  13 lines

  1. all: longfile.exe
  2.  
  3. longfile.res : longfile.rc longfile.h longfile.dlg
  4.   rc -r longfile.rc
  5.  
  6. longfile.obj : longfile.c longfile.h
  7.   cl -c -AM -Gsw -Od -Zidpe longfile.c
  8.  
  9. longfile.exe : longfile.obj longfile.res
  10.  link /CO/NOE/NOD longfile,/align:16,,libw mlibcew,longfile.def
  11.  rc -v -30 longfile.res
  12.    
  13.