#1041: Fixed vcvars.bat. jenkins bash environment has PROCESSOR_ARCHITECTURE=x86, although the Jenkins builder configure panel (and script console) says AMD64.
This commit is contained in:
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…
Reference in New Issue
Block a user