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 '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