home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_07.cab
/
Makefile9
< prev
next >
Wrap
Text File
|
1997-10-25
|
549b
|
26 lines
Proj = KeepAlive
!include <Win32.Mak>
All: KeepAlive.Dll
KeepAlive.Obj: KeepAlive.c
$(cc) $(cdebug) $(cflags) $(cvarsdll) KeepAlive.c
KeepAlive.Dll: $*.Obj $*.Exp
$(link) $(linkdebug) $(dlllflags) -base:0x1C000000 -out:KeepAlive.dll \
KeepAlive.Obj KeepAlive.Exp $(guilibsdll)
KeepAlive.Exp: KeepAlive.Def KeepAlive.Obj
$(implib) -machine:$(CPU) -nologo -Def:KeepAlive.Def -Out:KeepAlive.Lib \
KeepAlive.Obj
Clean:
del *.obj
Cleanall:
del *.obj
del *.exp
del *.obj
del *.dll