home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / visualj / vjtrial.exe / RCDATA / CABINET / setup.exe / 300 / 106 next >
Text File  |  1997-02-24  |  503b  |  17 lines

  1. rem
  2. echo Setting environment for using Microsoft Visual C++ tools.
  3. rem
  4. if "%vcsource%" == "" goto main
  5. rem
  6. rem Include cdrom files in environment.
  7. rem
  8. set PATH=%vcsource%\BIN;%vcsource%\BIN\WINNT;%PATH%
  9. set INCLUDE=%vcsource%\INCLUDE;%vcsource%\MFC\INCLUDE;%INCLUDE%
  10. set LIB=%vcsource%\LIB;%vcsource%\MFC\LIB;%LIB%
  11.  
  12. :main
  13. set PATH=%MSDevDir%\BIN;%MSDevDir%\BIN\WINNT;%PATH%
  14. set INCLUDE=%MSDevDir%\INCLUDE;%MSDevDir%\MFC\INCLUDE;%INCLUDE%
  15. set LIB=%MSDevDir%\LIB;%MSDevDir%\MFC\LIB;%LIB%
  16.  
  17.