mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fix build.bat - part 2
This commit is contained in:
parent
b67fd3ae6d
commit
6941cad2d8
@ -47,7 +47,7 @@ IF "%~1" == "" (
|
|||||||
:START
|
:START
|
||||||
PUSHD "src"
|
PUSHD "src"
|
||||||
|
|
||||||
CALL %VSVARS_BAT% x86
|
CALL %VSVARS_BAT%
|
||||||
TITLE %BUILDTYPE%ing SubtitleEdit - Release^|Any CPU...
|
TITLE %BUILDTYPE%ing SubtitleEdit - Release^|Any CPU...
|
||||||
|
|
||||||
"MSBuild.exe" SubtitleEdit.sln /t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU"^
|
"MSBuild.exe" SubtitleEdit.sln /t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU"^
|
||||||
|
Loading…
Reference in New Issue
Block a user