Fix build.bat - part 2

This commit is contained in:
Waldi Ravens 2015-09-29 13:36:10 +02:00
parent b67fd3ae6d
commit 6941cad2d8

View File

@ -47,7 +47,7 @@ IF "%~1" == "" (
:START
PUSHD "src"
CALL %VSVARS_BAT% x86
CALL %VSVARS_BAT%
TITLE %BUILDTYPE%ing SubtitleEdit - Release^|Any CPU...
"MSBuild.exe" SubtitleEdit.sln /t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU"^