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 / smsview / nt / viewdll / makefile next >
Makefile  |  1997-10-11  |  219b  |  18 lines

  1. USE_SMS=1
  2. USE_SQL=1
  3. dll=1
  4.  
  5. Proj=ViewDll
  6.  
  7. cDefines = -I ..
  8.  
  9. RFLAGS = -I ..
  10.  
  11. libs = ctl3d32s.lib gdi32.lib
  12.  
  13. !include <BkOffice.Mak>
  14.  
  15. All: $(ObjDir)\$(Proj).Dll
  16.  
  17. $(ObjDir)\$(Proj).Dll: $(@R).Obj $(@R).Res
  18.