home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
v
/
v12n3.zip
/
RCLICK.ZIP
/
RCLSRC.ZIP
/
RCHOOK.MAK
< prev
next >
Wrap
Text File
|
1992-10-30
|
605b
|
20 lines
#-------------------------------------------------------------------------
# RCHook.mak - Microsoft C 6.0 make file for RCHook.dll
# (c) Douglas Boling, 1993
#
# /Zi - Compiler adds debug text
# /CO - Linker adds debug text
#-------------------------------------------------------------------------
RCHook.dll : RCHook.obj RCHook.def RCHook.res
link RCHook libentry, RCHook.dll /CO /align:16, NUL, /nod sdllcew libw, RCHook
rc -30 RCHook.res RCHook.dll
RCHook.obj : RCHook.c RCHook.h
cl -c -ASw -Gsw -Ow -W3 -Zp -Zi RCHook.c
RCHook.res : RCHook.rc
rc -r RCHook.rc