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
2004-06-29(GAC_ROOT_DIR): Renamed from GAC_DIR.Raja R Harinath
(GAC_DIR): New define that doesn't include $(DESTDIR). (install-data-local,uninstall-local): Use them. Use in-tree mono runtime, not the installed one. svn path=/trunk/mono/; revision=30506
2004-06-29(gmcs_exe): New. Set only if not W32.Raja R Harinath
(monotwo_DATA): Use it. From Atsushi Enomoto. svn path=/trunk/mono/; revision=30503
2004-06-24(gac_assemblies_list): Put backRaja R Harinath
ICSharpCode.SharpZipLib, not that it has a different version. svn path=/trunk/mono/; revision=30314
2004-06-24* Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.Raja R Harinath
(tmpinst-dir-contents, $(tmpinst)/bin/mono.bat): Remove mono.bat in W32. Use 'mono' and 'mcs' in W32 too. (bootstrap) [PLATFORM_WIN32]: Back to single stage bootstrap. * runtime/net_2_0/Makefile.am (gac_assemblies_list): Don't mention nunit.*, IBM.Data.DB2, ICSharpCode.SharpZipLib. Fix for #60443, the GAC .DLL-Hell. svn path=/trunk/mono/; revision=30287
2004-06-24(gac_assemblies_list): Don't mention nunit.*.Raja R Harinath
Fix for #60443. svn path=/trunk/mono/; revision=30277
2004-06-23enable Mono.CSharp.Debugger on windowsGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=30172
2004-06-18* runtime/Makefile.am ($(monoone_DATA) $(monotwo_DATA) $(monobins_DATA)):Raja R Harinath
Test if files exist in the mcs/ tree before creating symlinks. Remove symlinks before creating them again. * runtime/net_1_1/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. * runtime/net_2_0/Makefile.am (mscorlib.dll $(gac_assemblies)): Likewise. Make real bug more explicit. svn path=/trunk/mono/; revision=29871
2004-06-162004-06-16 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Makefile.am : GAC path fixie for windows build. svn path=/trunk/mono/; revision=29671
2004-06-12Don't copy Mono.CSharp.Debugger on windows as it's not builtGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=29400
2004-06-11fixJackson Harper
svn path=/trunk/mono/; revision=29379
2004-06-11 * runtime/net_2_0/Makefile.am:Jackson Harper
* runtime/net_1_1/Makefile.am: Remove signing patches svn path=/trunk/mono/; revision=29377
2004-06-11 Do not sign ziplib, npgsql, or nunit assemblies. Sign mscorlib.Jackson Harper
svn path=/trunk/mono/; revision=29374
2004-06-11Add IBM.Data.DB2 to the buildDuncan Mak
svn path=/trunk/mono/; revision=29350
2004-06-11 * runtime/net_2_0/Makefile.am:Jackson Harper
* runtime/net_1_1/Makefile.am: Sign assemblies before installing svn path=/trunk/mono/; revision=29348
2004-06-10* runtime/Makefile.am ($(monoone_DATA),$(monotwo_DATA),$(monobins_DATA)):Raja R Harinath
Don't copy from prefix. Use $(LN_S) to point to the mcs/ tree. * runtime/net_1_1/Makefile.am (mscorlib.dll,$(gac_assemblies)): Use $(LN_S) to point to the mcs/ tree, rather than copying. * runtime/net_2_0/Makefile.am (mscorlib.dll,$(gac_assemblies)): Likewise. svn path=/trunk/mono/; revision=29171
2004-06-02match mono-rpm-helpers rearranging in mcsTodd Berman
svn path=/trunk/mono/; revision=28668
2004-05-29Weird! How did that get in there?Duncan Mak
svn path=/trunk/mono/; revision=28416
2004-05-29Fixity fixDuncan Mak
svn path=/trunk/mono/; revision=28414
2004-05-29* runtime/Makefile.am:Duncan Mak
* scripts/Makefile.am: Include mono-find-provides and mono-find-requires. svn path=/trunk/mono/; revision=28411
2004-05-26* Makefile.am (mcs-do-basic-build): No need to set MCS here.Raja R Harinath
* runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to reflect new names for nunit.util and nunit.framework. Add nunit.core. * runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise. svn path=/trunk/mono/; revision=28123
2004-05-14move on nowBen Maurer
svn path=/trunk/mono/; revision=27318
2004-05-14fix buildBen Maurer
svn path=/trunk/mono/; revision=27316
2004-05-12Don't try 2.0 on windows. It does not built yet.Gonzalo Paniagua Javier
svn path=/trunk/mono/; revision=27141
2004-05-12Added cleanassemblies target to remove all dlls and exesGonzalo Paniagua Javier
svn path=/trunk/mono/; revision=27140
2004-05-11 * runtime/net_1_1/Makefile.am:Jackson Harper
* runtime/net_2_0/Makefile.am: cscompmgd.dll is lowercase now. svn path=/trunk/mono/; revision=27113
2004-05-05(install-data-local, uninstall-local):Raja R Harinath
Only disable this if INSTALL_2_0 is disabled. svn path=/trunk/mono/; revision=26742
2004-05-042004-05-04 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* net_1_1/Makefile.am, net_2_0/Makefile.am : replace gacutil -i with gacutil /i. svn path=/trunk/mono/; revision=26711
2004-05-04Update to include echosMiguel de Icaza
svn path=/trunk/mono/; revision=26700
2004-05-04* runtime/net_1_1/Makefile.am (mono_runtime): Use USE_JIT, notRaja R Harinath
JIT_SUPPORTED. (install-data-local, uninstall-data-local): Run runtime with libtool. * runtime/net_2_0/Makefile.am: Likewise. Report from Urs C Muff <umuff@quark.com>. svn path=/trunk/mono/; revision=26685
2004-05-04Need config to remap calls to libc, from Mono.Posix, used by gacutilMiguel de Icaza
svn path=/trunk/mono/; revision=26655
2004-05-04FlushMiguel de Icaza
svn path=/trunk/mono/; revision=26646
2004-05-041.0 instead of 1.1Miguel de Icaza
svn path=/trunk/mono/; revision=26643
2004-05-03fix from jaroslaw kowalskiTodd Berman
svn path=/trunk/mono/; revision=26630
2004-05-03FixMiguel de Icaza
svn path=/trunk/mono/; revision=26612
2004-05-03update to use /packageMiguel de Icaza
svn path=/trunk/mono/; revision=26608
2004-05-03Add --with-icu=yes/noMiguel de Icaza
Add --with-preview=yes/no Install mcs/mbas into $prefix/lib/mono/1.1 Install gmcs into $prefix/lib/mono/2.0 This is in preparation for the dual installation of libraries GAC + devel. svn path=/trunk/mono/; revision=26599
2004-05-03Do not remove files on make clean for regular usersMiguel de Icaza
svn path=/trunk/mono/; revision=26573
2004-05-03Ignore error on uninstall, we have a greedy removedMiguel de Icaza
svn path=/trunk/mono/; revision=26564
2004-05-02Use EXTRA_DIST, the dist_ hack is not compatible with automake 1.4.Paolo Molaro
svn path=/trunk/mono/; revision=26552
2004-05-01Why am I such a loser sometimes?Duncan Mak
svn path=/trunk/mono/; revision=26498
2004-05-01* runtime/net_1_1/Makefile.am:Duncan Mak
* runtime/net_2_0/Makefile.am (gac_assemblies_list): Add NUnit dlls here. (non_gac_assemblies): Removed, every thing is migrated over to gac_assemblies. (EXTRA_DIST): Include only gac_assemblies. (dist_assemblies_DATA): It's referring to $(non_gac_assemblies) and that is no gone now. So remove as well. ($(non_gac_assemblies)): Bye bye. svn path=/trunk/mono/; revision=26497
2004-05-01(gac_assemblies_list): AddDuncan Mak
System.Web.Services. Someone accidentally took the line out. svn path=/trunk/mono/; revision=26488
2004-05-01properly use /root. also, noticed the 2_0 makefile is using the 1_1 dir, not ↵Todd Berman
sure how intentional that is, leaving it for now. svn path=/trunk/mono/; revision=26483
2004-05-01Remove missing assembliesMiguel de Icaza
Clean files Use root argument svn path=/trunk/mono/; revision=26478
2004-05-01remove some unused, remove extensionJackson Harper
svn path=/trunk/mono/; revision=26477
2004-05-01 * runtime/net_1_1/Makefile.am:Jackson Harper
* runtime/net_2_0/Makefile.am: These assemblies are signed now. svn path=/trunk/mono/; revision=26474
2004-05-01* runtime/net_1_1/Makefile.am (non_gac_assemblies):Duncan Mak
* runtime/net_2_0/Makefile.am (non_gac_assemblies): Added Microsoft.Web.Services.dll svn path=/trunk/mono/; revision=26447
2004-04-30* runtime/net_1_1/Makefile.am (gac_assemblies_list): Remove .dllRaja R Harinath
suffix. (gac_assemblies, non_gac_assemblies, corlibdir, dist_corlib_DATA): New variables. Use Automake idioms. (dist-hook): Remove. (install-local, uninstall-local): Use mscorlib.dll from current tree when running gacutil. (mono_runtime): New variable. Points to either JIT compiler or interpreter. Report from Bernie Solomon <bernard@ugsolutions.com> * runtime/net_2_0/Makefile.am: Likewise. * runtime/Makefile.am (dist_monobins_DATA): Rename from monobins_DATA. (EXTRA_DIST): Remove. * Makefile.am (fullbuild): Update to changes. svn path=/trunk/mono/; revision=26398
2004-04-30flushJackson Harper
svn path=/trunk/mono/; revision=26388
2004-04-30 * runtime/net_2_0/Makefile.am:Jackson Harper
* runtime/net_1_1/Makefile.am: /lib/mono/gac. Dont forget the mono. svn path=/trunk/mono/; revision=26387