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:
authorJérémie Laval <jeremie.laval@gmail.com>2012-11-07 22:53:12 +0400
committerJérémie Laval <jeremie.laval@gmail.com>2012-11-08 01:56:59 +0400
commit00efe836b7c28a8da26177c51ac7fdecd3a6ffb2 (patch)
tree4d0b6ffb1e72eb05f6eaa3bb3bce7c9101290030 /main/winbuild.sh
parent966f1e14d2f915074ccf99b9a9bdf0c144c78732 (diff)
Revert "Let's diagnose why the windows build can't find git"
This reverts commit 914a3a320f19354928bc0eac9704db88296e806d.
Diffstat (limited to 'main/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 0b343b768b..f4899ae81e 100644
--- a/main/winbuild.sh
+++ b/main/winbuild.sh
@@ -1,3 +1,3 @@
export PATH="/c/Windows/Microsoft.NET/Framework/v4.0.30319:$PATH"
pushd ..; git submodule init; git submodule update; popd
-MSBuild.exe Main.sln -p:Configuration=DebugWin32 /verbosity:diagnostic -p:Platform=x86 $*
+MSBuild.exe Main.sln -p:Configuration=DebugWin32 -p:Platform=x86 $*