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 / remapi / makefile next >
Encoding:
Makefile  |  1995-12-22  |  162 b   |  14 lines

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