home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / template / hpeep.mak < prev    next >
Encoding:
Text File  |  1992-11-04  |  530 b   |  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.