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:
authorJeffrey Stedfast <jeff@xamarin.com>2012-04-26 19:21:42 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2012-04-26 19:21:42 +0400
commite4955dac29376a2468e19678039c59bbb3410418 (patch)
treeb8a6844565a09e2c226e6c9972686517e3227096
parent0a50001cbcf00ad6c7ec70137eb6a5841badf94b (diff)
[build] Removed MonoDevelop.MonoMac from the default build
-rw-r--r--Makefile3
-rw-r--r--main/Makefile.am3
-rw-r--r--main/build/MacOSX/Makefile.am2
3 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index c268d2cbd9..dc42db4542 100644
--- a/Makefile
+++ b/Makefile
@@ -77,9 +77,6 @@ check-addins:
app-dir:
cd main && make app-dir
-package-monomac:
- (cd main; make package-monomac)
-
reset-versions: reset-all
check-versions: check-all
diff --git a/main/Makefile.am b/main/Makefile.am
index b4d698f36b..d034f6b680 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -171,6 +171,3 @@ distcleancheck_listfiles = find . -type f -print # automake-1.9 setting
distcleancheck_listfiles += $(filter_stale_buildfiles) # amend by required filtering
.PHONY: vcrevision buildinfo
-
-package-monomac:
- $(MD_LAUNCH_SETUP) mono --debug "build/bin/mdtool.exe" setup pack ../extras/MonoDevelop.MonoMac/build/MonoDevelop.MonoMac.dll
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 6dbde5a328..13034aa6cf 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -103,7 +103,7 @@ app:
@echo "Copying supported extras into app bundle"
@echo ""
- @for ADDIN in MonoDevelop.Database MonoDevelop.MonoMac; do \
+ @for ADDIN in MonoDevelop.Database; do \
(ls $(EXTRAS)/$${ADDIN}/build/* > /dev/null 2>&1 && \
echo "Copying $${ADDIN}" && \
mkdir -p $(MAC_APP_LIB_DIR)/AddIns/$${ADDIN} && \