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>2005-12-22 12:17:33 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-12-22 12:17:33 +0300
commit681cc93f093363e7e28e0c80487340b85aae45e8 (patch)
treef705b7d2a8a9139491e36eca07788dbe0c97a05c /mcs/class/Makefile
parent4eb53a487774fd2bb41b3d2b0760a75d320b12b4 (diff)
parent30e9659a14e6a7628be631a89091b8613a63f055 (diff)
In build:
* library.make (lib_dir): Define to 'compat' if LIBRARY_COMPAT is defined, 'lib' otherwise. (the_lib): Use it to decide where to place the output library. In class: * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib. * compat/default, compat/net_2_0: New directories for holding backwards-compatibility libraries. These will not be used inside the tree, but will be installed into the GAC. In class/Compat.ICSharpCode.SharpZipLib: Mark this as a backwards-compatibility library. * Makefile (thisdir): Update to new location. (LIBRARY): Rename to be unique. (LIBRARY_NAME, LIBRARY_COMPAT): Define. * Compat.ICSharpCode.SharpZipLib.dll.sources: Rename from ICSharpCode.SharpZipLib.dll.sources to reflect changes. svn path=/trunk/mcs/; revision=54724
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index b880b3359fa..f4a21f3605c 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -66,6 +66,7 @@ default_SUBDIRS := \
PEAPI \
Npgsql \
ICSharpCode.SharpZipLib \
+ Compat.ICSharpCode.SharpZipLib \
ByteFX.Data \
Commons.Xml.Relaxng \
Novell.Directory.Ldap \