This commit is contained in:
Birunthan Mohanathas 2012-12-22 16:08:53 +02:00
parent ad5b7cf829
commit e4e48e2239

View File

@ -21,7 +21,7 @@ echo.
if not exist "%VCVARSALL%" echo ERROR: vcvarsall.bat not found & goto END
call "%VCVARSALL%" x86 > nul
set MSBUILD="msbuild.exe" /p:PlatformToolset=v110;VisualStudioVersion=11.0
set MSBUILD="msbuild.exe" /p:PlatformToolset=v110_xp;VisualStudioVersion=11.0
if exist "Certificate.bat" call "Certificate.bat" > nul
set SIGNTOOL="signtool.exe" sign /t http://time.certum.pl /f "%CERTFILE%" /p "%CERTKEY%"