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 / newjob / makefile next >
Makefile  |  1995-12-22  |  197b  |  14 lines

  1. USE_SMS=1
  2. console=1
  3.  
  4. Proj=NewJob
  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.