home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Internet Develo…oft ActiveX Technologies
/
Mastering Internet Development with ActiveX (1996)(Microsoft).iso
/
labs
/
lab06
/
oleisapi
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-07-16
|
295 b
|
16 lines
USE_ISAPI = 1
dll = 1
Proj = OLEISAPI
!include <inetsdk.mak>
all: $(ObjDir)\$(Proj).Dll Install
$(ObjDir)\$(Proj).Dll: $*.Obj $*.Exp
$(ObjDir)\$(Proj).Exp: $*.Obj
Install: $(WWWROOT)\SDK\$(Proj)\$(Proj).Cpp $(WWWROOT)\SDK\$(Proj)\Default.Htm $(WWWSCRIPTS)\SDK\$(Proj).Dll