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>2016-09-18 15:36:18 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2016-09-18 15:37:06 +0300
commit5532394e1a663844e79a9e8f177c9f12fa392e66 (patch)
tree37b9ed8c7ed82a580db10e8d2b4acf723d88a7ad /main/winbuild.bat
parent957fb1a75bed32aadac78e466ea3eda82765a7b7 (diff)
[Windows] Compile XS with largeaddressaware support.
This allows XS on Windows to go over 1.2gb memory usage.
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index 719e4f8c21..616e5ba107 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -1,3 +1,4 @@
".nuget\NuGet.exe" restore Main.sln
"external\RefactoringEssentials\.nuget\NuGet.exe" restore external\RefactoringEssentials\RefactoringEssentials.sln
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Main.sln /m /p:Configuration=ReleaseWin32 /p:Platform="Any CPU"
+"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\editbin.exe" /largeaddressaware build/bin/MonoDevelop.exe \ No newline at end of file