home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
msysjour
/
vol07
/
01
/
heappeep
/
hpeep.mak
< prev
next >
Wrap
Text File
|
1991-12-31
|
530b
|
20 lines
#
# Standard inference rules
#
all: heappeep.exe
heappeep.exe: hpeep.def hpeep1.obj hpeep2.obj hpeep.res hpeep.mak
link hpeep1+hpeep2, heappeep.exe /co/align:16/map/noe,,libw toolhelp.lib
slibcew, hpeep.def
rc -T hpeep.res heappeep.exe
hpeep1.obj: hpeep1.c hpeep2.h
cl -c -u -W3 -AS -Gw -Od -Zpei hpeep1.c
hpeep2.obj: hpeep2.c hpeep2.h
cl -c -u -W3 -AS -Gw -Od -Zpei hpeep2.c
hpeep.res : hpeep.rc miner.ico
rc -r -V hpeep.rc