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 / makefile < prev    next >
Makefile  |  1997-10-11  |  285b  |  18 lines

  1. USE_SMS=1
  2.  
  3. Proj=SmsView
  4.  
  5. libs = ctl3d32s.lib gdi32.lib ntwdblib.lib
  6.  
  7. !include <BkOffice.Mak>
  8.  
  9. All: $(ObjDir)\$(Proj).Exe ViewDll\~
  10.  
  11. $(ObjDir)\$(Proj).Exe: $(@R).Obj $(@R).Res
  12.  
  13. ViewDll\~:
  14.  cd ViewDll
  15.  nmake /$(MAKEFLAGS)
  16.  copy $(ObjDir)\ViewDll.Dll ..\$(ObjDir)
  17.  cd ..
  18.