From 5765aa6bfcc1d69db4b493e01c80975fa7d2f79e Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 10 Dec 2015 10:26:35 +0000 Subject: [PATCH] #1041: Fixed vcvars.bat. jenkins bash environment has PROCESSOR_ARCHITECTURE=x86, although the Jenkins builder configure panel (and script console) says AMD64. --- contrib/cmake/msvc/vcvars.bat | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/contrib/cmake/msvc/vcvars.bat b/contrib/cmake/msvc/vcvars.bat index ea39aa8b..6747fa6c 100755 --- a/contrib/cmake/msvc/vcvars.bat +++ b/contrib/cmake/msvc/vcvars.bat @@ -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