#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 -------- start of vcvars.bat -------------
echo args = %*
set
echo ------------------------------------------
if defined VSINSTALLDIR (
echo already installed
goto eof
@ -65,8 +60,6 @@ if DEFINED _VC_ (
call:help
)
echo ---------- end of vcvars.bat -------------
set
echo ------------------------------------------
rem
rem That's all Folks!
:eof

Loading…
Cancel
Save