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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2015-04-09 19:31:10 +0300
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2015-04-17 01:08:37 +0300
commit7b6a194e779bc26bbc276843f087e1e4ba01753f (patch)
treebbe886de8ea8e0b359190cee4dbb79aa17f47015
parent9ac4b4481e47b68dd348dc637d933775c6623b45 (diff)
Parallel build in winbuild.sh
-rw-r--r--main/winbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.sh b/main/winbuild.sh
index 8ad1856770..57ea7b537a 100644
--- a/main/winbuild.sh
+++ b/main/winbuild.sh
@@ -1,4 +1,4 @@
./external/nuget-binary/NuGet.exe restore Main.sln
export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
pushd ..; git submodule update --init --recursive || exit 1; popd
-MSBuild.exe Main.sln -p:Configuration=DebugWin32 $*
+MSBuild.exe -m Main.sln -p:Configuration=DebugWin32 $*