home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / games / f1140 / makefile < prev   
Makefile  |  1990-06-08  |  224b  |  10 lines

  1. fuse.exe: fuse.obj fuse.def fuse.res
  2.         link /NOD /align:16 fuse, , ,libw mlibcew, fuse.def
  3.         rc fuse.res
  4.  
  5. fuse.res: fuse.rc
  6.         rc -r fuse.rc
  7.  
  8. fuse.obj: fuse.c
  9.         cl -c -AM -Gsw -Ox -Zpe fuse.c
  10.