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:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-04-02 14:45:14 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-04-02 18:16:00 +0400
commit6535b911aa4b81c8fab4b22a6822fa9778f723cf (patch)
treea4bd3752b898fe54b551c3c26cef29601208c7fa /profiles
parentf2ea3136862aa4712e6a4c56e71281aa7cba186f (diff)
[Build] Change the build system to use xbuild instead of makefiles
The actual compilation process now happens with xbuild. The root makefile just issues an "xbuild Main.sln" call. If you type 'make' in a subdirectory you will issue an 'xbuild foo.csproj' for that dir and every subdir. This is slightly slower than building Main.sln directly if many subdirs are being built. 'make dist' is now implemented with a call to 'git archive' which means our tarball really does contain everything we need to build monodevelop (yay!). Makefile integration is now disabled (it's unnecessary). We now put test assemblies in build/test too to avoid polluting build/bin and build/Addins
Diffstat (limited to 'profiles')
-rw-r--r--profiles/all1
-rw-r--r--profiles/mac1
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/all b/profiles/all
index dd37d7f168..3d4b760846 100644
--- a/profiles/all
+++ b/profiles/all
@@ -4,5 +4,4 @@ extras/ValaBinding
extras/MonoDevelop.Database
extras/MonoDevelop.Debugger.Gdb
extras/PyBinding
-extras/MonoDevelop.MonoMac
extras/MonoDevelop.MeeGo
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