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

  1. Use_MFC = 1
  2. Proj = UrlPad
  3.  
  4. # These are "extra" libs beyond the standard set that inetsdk.mak will
  5. #  append to the libs set
  6.  
  7. libs=uuid3.lib UrlMon.Lib WinInet.Lib WebPost.Lib
  8.  
  9. cDefines = -GX -I..\BaseCtl\Include
  10.  
  11. # pull in the master SDK makefile that defines all of the macros
  12. #  and all of the build rules
  13.  
  14. !include <INetSDK.Mak>
  15.  
  16. All: $(ObjDir)\$(Proj).Exe
  17.  
  18. $(ObjDir)\SuperPad.Exe : $(@R).Obj          $(@D)\UrlPad.Res   $(@D)\PadDoc.Obj  \
  19.       $(@D)\PadView.Obj  $(@D)\MainFrm.Obj  $(@D)\IPFrame.Obj  $(@D)\PageSet.Obj \
  20.       $(@D)\TabStop.Obj  $(@D)\PadFrame.Obj $(@D)\AboutBox.Obj $(@D)\PadItem.Obj \
  21.       $(@D)\LinkItem.Obj $(@D)\DownLoad.Obj $(@D)\FileOpen.Obj
  22.  
  23. $(ObjDir)\$(Proj).Exe: $(@D)\SuperPad.Exe
  24.  Copy $? $@
  25.