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 / attribut / makefile < prev    next >
Makefile  |  1997-10-12  |  197b  |  15 lines

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