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
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2004-06-24 12:40:10 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-24 12:40:10 +0400
commit856016dd5745bcf1ab83f035756eb9a0101aac90 (patch)
tree2dab296228ddd3eb8b9bd42c575423b742f1aee8 /runtime
parente3109b9199b644e3b0aa1bb4f87527895488528a (diff)
* Makefile.am (MCS_DIRS, MCS_FILES): Add back Mono.CSharp.Debugger.
(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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_2_0/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index 074399ab5ab..5e9d4100a39 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -27,8 +27,6 @@ gac_assemblies_list = \
I18N.Other \
I18N.Rare \
I18N.West \
- IBM.Data.DB2 \
- ICSharpCode.SharpZipLib \
Microsoft.VisualBasic \
Microsoft.VisualC \
Microsoft.Vsa \