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 / smsapi / tree / makefile next >
Makefile  |  1997-10-12  |  193b  |  15 lines

  1. USE_SMS=1
  2. Use_MFC=1
  3. console=1
  4. crtmt=1
  5.  
  6. Proj=Tree
  7.  
  8. cDefines=/D_CONSOLE=1 /D_NTWIN /DSTRICT=1
  9.  
  10. !include <BkOffice.Mak>
  11.  
  12. All: $(ObjDir)\$(Proj).Exe
  13.  
  14. $(ObjDir)\$(Proj).Exe: $(@R).obj
  15.