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