#1041: Fixed vcvars.bat. jenkins bash environment has PROCESSOR_ARCHITECTURE=x86, although the Jenkins builder configure panel (and script console) says AMD64.

v0.27.3
Robin Mills 10 years ago
parent 9286acd397
commit 5765aa6bfc

@ -1,10 +1,5 @@
@echo off @echo off
echo -------- start of vcvars.bat -------------
echo args = %*
set
echo ------------------------------------------
if defined VSINSTALLDIR ( if defined VSINSTALLDIR (
echo already installed echo already installed
goto eof goto eof
@ -65,8 +60,6 @@ if DEFINED _VC_ (
call:help call:help
) )
echo ---------- end of vcvars.bat ------------- rem
set rem That's all Folks!
echo ------------------------------------------
:eof :eof

Loading…
Cancel
Save