Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
[Win] small optimization on build.
Browse files Browse the repository at this point in the history
  • Loading branch information
residuum committed Jul 20, 2015
1 parent 9f7f916 commit 8eacb5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -176,6 +176,8 @@ MonoMultiJack.Linux/app.config
*.zip
*.tar.gz
*.tar.bz2
*.exe
*.msi

# coverity
cov-int/**
1 change: 1 addition & 0 deletions Windows-build.bat
Expand Up @@ -2,6 +2,7 @@ SET VS_PATH="C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\dev
SET CONFIG=Release

CALL git submodule update --init
CALL Windows-pocompile.bat
CALL %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe MonoMultiJack.Win.sln /p:Configuration=%CONFIG% /t:Clean
CALL %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe MonoMultiJack.Win.sln /p:Configuration=%CONFIG%
CALL %VS_PATH% MonoMultiJack.Win.sln /build "%CONFIG%" /project MonoMultiJack.Windows.Setup\MonoMultiJack.Windows.Setup.vdproj /projectconfig "%CONFIG%"
Expand Down

0 comments on commit 8eacb5f

Please sign in to comment.