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>2015-09-18 03:55:23 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-18 12:09:33 +0300
commit3cfa7b0a265e72e88f75c16c070441ccce3bddc0 (patch)
tree20f349a6d5cc15138849d6eb264228e9b17dc8a8 /main/Makefile.am
parent461919d442ad4c7634a10b46a69c29250040cfb7 (diff)
[Mac] Build and use monostub by default.
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 4f8c22d2a5..195f502fba 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -108,7 +108,14 @@ apidocs:
MD_LAUNCH=$(MD_LAUNCH_SETUP) $(MD_LAUNCH_EXTRA_ENV) UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 exec -a "monodevelop" $(RUNTIME)
+if ENABLE_MACPLATFORM
+run: run-bundle
+else
run: run-sgen
+endif
+
+run-bundle: $(PROGRAM)
+ $(MD_LAUNCH_SETUP) $(MD_LAUNCH_EXTRA_ENV) $(MD_BIN_PATH)/MonoDevelop --no-redirect
run-boehm: runmd