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-25 01:11:11 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2012-04-25 01:13:27 +0400
commitc547e25c05b31cc1348cb6c68475866f1cb4bc6e (patch)
treed7b3567f194b924d5d4a8e61b7bc2e9b21d02a9b /profiles
parentabc637287e4c9217e6b9289874dfe9661281d69c (diff)
New 'macdev' target profile replaces old 'mac' target profile
The 'mac' target profile is now for running on mac only, i.e. it does not contain the addins needed to do MonoMac development. If you want to do MonoMac development, use --profile=macdev
Diffstat (limited to 'profiles')
-rw-r--r--profiles/mac1
-rw-r--r--profiles/macdev3
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/mac b/profiles/mac
index 262188b139..0b7086ba67 100644
--- a/profiles/mac
+++ b/profiles/mac
@@ -1,3 +1,2 @@
main --disable-update-mimedb --disable-update-desktopdb --disable-gnomeplatform --enable-macplatform --enable-tests
-extras/MonoDevelop.MonoMac
extras/MonoDevelop.Database
diff --git a/profiles/macdev b/profiles/macdev
new file mode 100644
index 0000000000..262188b139
--- /dev/null
+++ b/profiles/macdev
@@ -0,0 +1,3 @@
+main --disable-update-mimedb --disable-update-desktopdb --disable-gnomeplatform --enable-macplatform --enable-tests
+extras/MonoDevelop.MonoMac
+extras/MonoDevelop.Database