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
AgeCommit message (Collapse)Author
2018-06-16Remove long-dead database extensionsMikayla Hutchinson
2012-07-28updated MonoDevelop.mdwJeffrey Stedfast
2012-07-19Added back MonoDevelop.mdwJeffrey Stedfast
2012-06-27[Build] Change the build system to use xbuild instead of makefiles (again)Alan McGovern
The build 'regression' was a problem in some makefiles. It was fixed in aea26c16d94490c95f4e61329c137b82a4abfe77
2012-06-26Revert "[Build] Change the build system to use xbuild instead of makefiles"""Alan McGovern
Back it out for now. There are some reported build issues.
2012-06-26[Build] Change the build system to use xbuild instead of makefiles""Alan McGovern
2012-04-02Revert "[Build] Change the build system to use xbuild instead of makefiles"Alan McGovern
This reverts commit 6535b911aa4b81c8fab4b22a6822fa9778f723cf.
2012-04-02[Build] Change the build system to use xbuild instead of makefilesAlan McGovern
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
2009-02-06Migrated to MSBuild file format.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=125956
2008-05-22Added missing file.Lluis Sanchez
svn path=/trunk/monodevelop/; revision=103741