Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-23* mocks/Makefile (install-symlink, uninstall-symlink): New. In theRaja R Harinath
net_2_0 profile, just install a symlink to the 1.1 profile library in the compiler search path. * core/Makefile, framework/Makefile, util/Makefile: Likewise. svn path=/trunk/mcs/; revision=93644
2005-01-24undo all those hacks I added for 2.0Ben Maurer
svn path=/trunk/mcs/; revision=39394
2004-12-282004-12-27 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* Changelog: rename to ChangeLog * */Makefile.am: build for 2.0 * */AssemblyInfo.cs: Different version for 2.0 to make the GAC happy. svn path=/trunk/mcs/; revision=38119
2004-11-23In build:Raja R Harinath
* executable.make (NO_INSTALL): New option. Disables installation. * library.make (NO_INSTALL): Likewise. (install-local) [!NO_INSTALL, !LIBRARY_INSTALL_DIR]: Pass both /gacdir and /root options to gacutil. * platforms/linux.make (platform-check): Print the BOOTSTRAP_MCS command that was tried, in case of failure. * profiles/basic.make (NO_TEST, NO_INSTALL): Define. * profiles/net_1_1_bootstrap.make: Likewise. * profiles/net_2_0_bootstrap.make: Likewise. In nunit20/nunit-console: * Makefile (NO_INSTALL): Don't install nunit-console.exe. In nunit20/core, nunit20/framework, nunit20/util: * Makefile (NO_INSTALL) [PROFILE=net_2_0]: Don't install dll. svn path=/trunk/mcs/; revision=36427
2004-09-21Add -gMiguel de Icaza
svn path=/trunk/mcs/; revision=34185
2004-06-21(LIBRARY_SNK): Sign with nunit.key.Raja R Harinath
svn path=/trunk/mcs/; revision=30030
2004-05-262004-05-25 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Imported NUnit 2.1.91 (2.2 beta) source code for new assembly. svn path=/trunk/mcs/; revision=28098