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:
Makefile  |  1996-07-16  |  295 b   |  16 lines

  1. USE_ISAPI = 1
  2.  
  3. dll = 1
  4.  
  5. Proj = OLEISAPI
  6.  
  7. !include <inetsdk.mak>
  8.  
  9. all: $(ObjDir)\$(Proj).Dll Install
  10.  
  11. $(ObjDir)\$(Proj).Dll: $*.Obj $*.Exp
  12.  
  13. $(ObjDir)\$(Proj).Exp: $*.Obj
  14.  
  15. Install: $(WWWROOT)\SDK\$(Proj)\$(Proj).Cpp  $(WWWROOT)\SDK\$(Proj)\Default.Htm $(WWWSCRIPTS)\SDK\$(Proj).Dll
  16.