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 / paths.mk < prev    next >
Text File  |  1996-10-15  |  328b  |  15 lines

  1. # This is an include file that defines the machine specific
  2. # paths used to build the sample code.
  3.  
  4. LIBDIR=c:\msvc20\lib
  5. TOOLSDIR=c:\msvc20\bin
  6. INCDIR=c:\msvc20\include
  7.  
  8. MFCINC=c:\msvc20\mfc\include
  9. MFCDIR=c:\msvc20\mfc\lib
  10. MFCLIB=$(MFCDIR)\mfc30.lib
  11.  
  12. SMSLIB=c:\bkoffice\lib
  13. SMSINC=c:\bkoffice\include
  14. DEST=..\bin
  15.