1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-13 11:58:26 -06:00

Windows: Use Visual C++ 2010 instead of Visual C++ 2008.

This commit is contained in:
Mounir IDRASSI
2016-06-17 15:43:20 +02:00
parent 6ae982cccf
commit 42373efcfd
25 changed files with 3928 additions and 44 deletions

View File

@@ -103,6 +103,13 @@ pushd .
call %TC_WINDDK_ROOT%\bin\setenv %TC_WINDDK_ROOT% %TC_BUILD_TYPE% %TC_BUILD_ARCH% no_oacr || exit /B %errorlevel%
popd
if "%TC_ARG_ARCH%"=="-x64" (
@call "%VS100COMNTOOLS%VCVarsQueryRegistry.bat" 32bit No64bit
@set "PATH=%VSINSTALLDIR%Common7\IDE;%VSINSTALLDIR%VC\bin\amd64;%PATH%"
) else (
@call "%VS100COMNTOOLS%VCVarsQueryRegistry.bat" No32bit 64bit
@set "PATH=PATH=%VSINSTALLDIR%Common7\IDE;%VSINSTALLDIR%VC\bin;%PATH%"
)
:: Build