home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / C / TEMPLATE / HPEEP.MAK < prev    next >
Text File  |  1993-12-01  |  530b  |  20 lines

  1. #
  2. #  Standard inference rules
  3. #
  4. all: heappeep.exe
  5.  
  6.  
  7. heappeep.exe: hpeep.def hpeep1.obj hpeep2.obj hpeep.res hpeep.mak
  8.     link hpeep1+hpeep2, heappeep.exe /co/align:16/map/noe,,libw toolhelp.lib
  9.                                                           slibcew, hpeep.def
  10.     rc -T hpeep.res heappeep.exe
  11.  
  12. hpeep1.obj: hpeep1.c hpeep2.h
  13.     cl -c -u -W3 -AS -Gw -Od -Zpei hpeep1.c
  14.  
  15. hpeep2.obj: hpeep2.c hpeep2.h
  16.     cl -c -u -W3 -AS -Gw -Od -Zpei hpeep2.c
  17.  
  18. hpeep.res : hpeep.rc miner.ico
  19.      rc -r -V hpeep.rc
  20.