mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Update msbuild.bat
Added quotes around solution path.
This commit is contained in:
parent
82055f9778
commit
8fdc42e302
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
|
||||
:: Version 12.0
|
||||
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe" %cd%\sdk2013ce.sln
|
||||
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe" "%cd%\sdk2013ce.sln"
|
||||
|
||||
pause
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue