Skip to content

Commit

Permalink
update vcbuild.bat with correct sln file
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky committed Aug 15, 2011
1 parent fc26321 commit 7cafd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ if defined noprojgen goto msbuild
@rem Generate the VS project.
call create-msvs-files.bat
if errorlevel 1 goto create-msvs-files-failed
if not exist all.sln goto create-msvs-files-failed
if not exist uv.sln goto create-msvs-files-failed

:msbuild
@rem Build the sln with msbuild.
msbuild all.sln /t:%target% /p:Configuration=%config% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
msbuild uv.sln /t:%target% /p:Configuration=%config% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
if errorlevel 1 goto exit

:run
Expand Down

0 comments on commit 7cafd8b

Please sign in to comment.