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 / newpkg / makefile next >
Makefile  |  1995-12-22  |  233b  |  16 lines

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