NCBI C++ Toolkit Cross Reference

C++/compilers/msvc800_prj/msvcvars.bat


  1 @echo off
  2 REM
  3 REM $Id: msvcvars.bat 103491 2007-05-04 17:18:18Z kazimird $
  4 REM
  5 
  6 @if not "%VSINSTALLDIR%"=="" goto devenv
  7 @call "%VS80COMNTOOLS%vsvars32.bat"
  8 
  9 :devenv
 10 
 11 if exist "%VS80COMNTOOLS%..\IDE\VCExpress.*" set DEVENV="%VS80COMNTOOLS%..\IDE\VCExpress"
 12 if exist "%VS80COMNTOOLS%..\IDE\devenv.*" set DEVENV="%VS80COMNTOOLS%..\IDE\devenv"
 13 
 14 :end

source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.