Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-08 22:43:58 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-08 22:44:49 +0300
commit5472902fac01a291dde3b9c1cb7e056ac15c3151 (patch)
tree3adc1e810a1336c1e09e1e7d1d2c7f1f29ccc895 /main/winbuild.bat
parent3d244654044fe1e7a35f694d05f69885c956ecf6 (diff)
[Windows] Enable parallel build.
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index 7613a89e16..dec63ce9d9 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1 +1 @@
-"%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" Main.sln /p:Configuration=DebugWin32 /p:Platform="Any CPU"
+"%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" Main.sln /m /p:Configuration=DebugWin32 /p:Platform="Any CPU"