mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
build.bat: MSBuild is in PATH since we call "%VS110COMNTOOLS%vsvars32.bat" beforehand.
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1927 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
c48f5d8286
commit
e6981a2b89
@ -45,9 +45,8 @@ PUSHD "src"
|
||||
CALL "%VS110COMNTOOLS%vsvars32.bat" x86
|
||||
TITLE %BUILDTYPE%ing SubtitleEdit - Release^|Any CPU...
|
||||
|
||||
"%WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" SubtitleEdit.sln^
|
||||
/t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU" /maxcpucount^
|
||||
/consoleloggerparameters:DisableMPLogging;Summary;Verbosity=minimal
|
||||
"MSBuild.exe" SubtitleEdit.sln /t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU"^
|
||||
/maxcpucount /consoleloggerparameters:DisableMPLogging;Summary;Verbosity=minimal
|
||||
IF %ERRORLEVEL% NEQ 0 GOTO EndWithError
|
||||
|
||||
ECHO.
|
||||
|
Loading…
Reference in New Issue
Block a user