From: mpv Date: Wed, 26 Feb 2020 13:08:56 +0000 (+0300) Subject: Set the used Visual Studio version to 15 (2017) X-Git-Tag: V9_5_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5cb545fd74fe756fb73c2c2eb94bd7b69ecebcce;p=modules%2Fshaper.git Set the used Visual Studio version to 15 (2017) --- diff --git a/env_Salome.bat b/env_Salome.bat index cdc5d7166..83c073b34 100644 --- a/env_Salome.bat +++ b/env_Salome.bat @@ -86,6 +86,7 @@ cd /d %ROOT_DIR% @SET _NO_DEBUG_HEAP=1 +@SET VC_VERSION_SHORT=15 for /f "tokens=1,2*" %%a in ('reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7" /v "%VC_VERSION_SHORT%.0" 2^>nul') do set "VSPATH=%%c" IF NOT EXIST "%VSPATH%\VC\Auxiliary\Build\vcvarsall.bat" GOTO ERROR1