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 /MonoDevelop.mdw
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 'MonoDevelop.mdw')
-rw-r--r--MonoDevelop.mdw6
1 files changed, 0 insertions, 6 deletions
diff --git a/MonoDevelop.mdw b/MonoDevelop.mdw
deleted file mode 100644
index 2c8374afd9..0000000000
--- a/MonoDevelop.mdw
+++ /dev/null
@@ -1,6 +0,0 @@
-<WorkspaceItem name="MonoDevelop" ctype="Workspace">
- <Items>
- <Item>extras/extras.mdw</Item>
- <Item>main/Main.sln</Item>
- </Items>
-</WorkspaceItem> \ No newline at end of file