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:
authorJackson Harper <jackson@novell.com>2004-05-11 19:35:55 +0400
committerJackson Harper <jackson@novell.com>2004-05-11 19:35:55 +0400
commit10ae4cb6c5cd997bba35c918770f23a1e523e2e4 (patch)
tree2129010d5581a99cc652ad14b8b05b4bbd5aa464 /runtime
parent718ee3cecbc1cb301debc295199a6811987527c6 (diff)
* runtime/net_1_1/Makefile.am:
* runtime/net_2_0/Makefile.am: cscompmgd.dll is lowercase now. svn path=/trunk/mono/; revision=27113
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_1_1/Makefile.am2
-rw-r--r--runtime/net_2_0/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/net_1_1/Makefile.am b/runtime/net_1_1/Makefile.am
index 21e2b4ce925..b347f21ab3f 100644
--- a/runtime/net_1_1/Makefile.am
+++ b/runtime/net_1_1/Makefile.am
@@ -15,7 +15,7 @@ gac_assemblies_list = \
Accessibility \
ByteFX.Data \
Commons.Xml.Relaxng \
- Cscompmgd \
+ cscompmgd \
I18N.CJK \
I18N \
I18N.MidEast \
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index 3e2eeeb0742..7411bbf51a5 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -15,7 +15,7 @@ gac_assemblies_list = \
Accessibility \
ByteFX.Data \
Commons.Xml.Relaxng \
- Cscompmgd \
+ cscompmgd \
I18N.CJK \
I18N \
I18N.MidEast \