home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / netmon / browser / makefile < prev   
Makefile  |  1996-01-29  |  208b  |  15 lines

  1. USE_NETMON=1
  2. dll=1
  3.  
  4. Proj=Browser
  5.  
  6. DLLFLAGS = -def:$(Proj).Def
  7.  
  8. ObjList=$(@R).obj $(@R).Res $(@D)\Main.Obj
  9.  
  10. !include <BkOffice.Mak>
  11.  
  12. All: $(ObjDir)\$(Proj).Dll
  13.  
  14. $(ObjDir)\$(Proj).Dll: $(ObjList)
  15.