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-08-15 10:27:55 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-08-15 10:27:55 +0400
commit5f08a336b2599a96e4daad3e5d71cbc6f223ba1a (patch)
tree900df346147493244acd3b81d2653fd4508b0afb /main/winbuild.sh
parentc9d315442cb1635e74f2ae69f5810a695e6f5a0c (diff)
Add scripts for build/run on Windows
Diffstat (limited to 'main/winbuild.sh')
-rw-r--r--main/winbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/winbuild.sh b/main/winbuild.sh
new file mode 100644
index 0000000000..91555ef9c3
--- /dev/null
+++ b/main/winbuild.sh
@@ -0,0 +1,2 @@
+export PATH="/c/Windows/Microsoft.NET/Framework/v3.5:$PATH"
+MSBuild.exe Main.sln -p:Configuration=DebugWin32 -p:Platform=x86