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 / enumobj / makefile < prev    next >
Makefile  |  1997-10-13  |  278b  |  21 lines

  1. USE_SMS=1
  2. console=1
  3. Use_MFC=1
  4. crtmt=1
  5.  
  6. Proj=EnumObj
  7.  
  8. cDefines=-DSTRICT=1 -D_NTWIN -D_CONSOLE=1
  9.  
  10. ObjList=$(@R).Obj
  11.  
  12. !include <BkOffice.Mak>
  13.  
  14. All: $(ObjDir)\$(Proj).Exe
  15.  
  16. $(ObjDir)\$(Proj).Exe: $(ObjList)
  17.  
  18. clean:
  19.     del $(ObjDir)\*.Obj
  20.     del $(ObjDir)\*.Exe
  21.