home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / sna / snaenv.bat < prev   
DOS Batch File  |  1995-03-29  |  322b  |  9 lines

  1. REM The following environment variables are required to be set for use in 
  2. REM SNA makefiles other than MAKEFILE.  New projects are recommended to 
  3. REM follow the example of the MAKEFILEs and include BkOffice.Mak
  4.  
  5. SET ISVLIBS = %BKOFFICE%LIB
  6. SET ISVINCS = %BKOFFICE%INCLUDE
  7. SET SAMPLEROOT = %BKOFFICE%SAMPLES\SNA
  8.  
  9.