home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / activex / inetsdk / samples / wininet / httpauth / makefile < prev    next >
Encoding:
Makefile  |  1996-06-20  |  470 b   |  26 lines

  1. Proj = HttpAuth
  2.  
  3. # These are "extra" libs beyond the standard set that inetsdk.mak will
  4. #  append to the libs set
  5.  
  6. libs=wininet.lib
  7.  
  8. # pull in the master SDK makefile that defines all of the macros
  9. #  and all of the build rules
  10.  
  11. console=1
  12.  
  13. !include <inetsdk.mak>
  14.  
  15. all: $(ObjDir)\$(Proj).Exe
  16.  
  17. # itemize all of the required Object files
  18.  
  19. Objs=   $(ObjDir)\HttpAuth.Obj    \
  20.  
  21. Includes =
  22.  
  23. All: $(ObjDir)\$(Proj).Exe
  24.  
  25. $(ObjDir)\$(Proj).Exe : $(Objs)
  26.