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 <mhutchinson@novell.com>2010-09-16 03:57:50 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-09-16 03:57:50 +0400
commit4356c899a4856a96dfaf386a10260c312f9c3d06 (patch)
treea7f1e97617f0c5ff74977b6ade30accd60ec7438 /main/winbuild.sh
parentc4839ae1739f0c562c17a66c9016cb59c8ee1217 (diff)
Pass additional arguments to MSBuild
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 91555ef9c3..cfa7dc945d 100644
--- a/main/winbuild.sh
+++ b/main/winbuild.sh
@@ -1,2 +1,2 @@
export PATH="/c/Windows/Microsoft.NET/Framework/v3.5:$PATH"
-MSBuild.exe Main.sln -p:Configuration=DebugWin32 -p:Platform=x86
+MSBuild.exe Main.sln -p:Configuration=DebugWin32 -p:Platform=x86 $*