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:
Diffstat (limited to 'setup/WixSetup/build.js')
-rw-r--r--setup/WixSetup/build.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup/WixSetup/build.js b/setup/WixSetup/build.js
index 2af106c452..af2c22441f 100644
--- a/setup/WixSetup/build.js
+++ b/setup/WixSetup/build.js
@@ -28,12 +28,10 @@ var MONO_PRODUCT_VERSION = "" + MAJOR_VERSION + format (MINOR_VERSION, 2) + form
// Build the main solution and the windows-specific add-ins
-if (build ("main\\main.sln /p:Configuration=DebugWin32 /p:Platform=\"x86\"") != 0)
+if (build ("main\\main.sln /p:Configuration=DebugWin32 /p:Platform=\"AnyCPU\"") != 0)
WScript.Quit (1);
if (build ("extras\\VersionControl.Subversion.Win32\\VersionControl.Subversion.Win32.sln") != 0)
WScript.Quit(1);
-if (build ("extras\\MonoDevelop.Debugger.Win32\\MonoDevelop.Debugger.Win32.sln") != 0)
- WScript.Quit (1);
// Copy support assemblies