From 8c4a58cca73b00b80dfa306c1df245100048fa53 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 26 Sep 2003 00:14:25 +0000 Subject: [PATCH] ICU-3258 CygWin/MSVC changes. Add library versioning information X-SVN-Rev: 13217 --- icu4c/source/config/mh-cygwin-msvc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/icu4c/source/config/mh-cygwin-msvc b/icu4c/source/config/mh-cygwin-msvc index f1e1ce1ba2..61c0e8a101 100644 --- a/icu4c/source/config/mh-cygwin-msvc +++ b/icu4c/source/config/mh-cygwin-msvc @@ -3,7 +3,7 @@ ## Copyright (c) 2001-2003, International Business Machines Corporation and ## others. All Rights Reserved. ## -## $Id: mh-cygwin-msvc,v 1.14 2003/09/23 00:29:28 grhoten-oss Exp $ +## $Id: mh-cygwin-msvc,v 1.15 2003/09/26 00:14:25 grhoten-oss Exp $ ## Commands to generate dependency files GEN_DEPS.c= : @@ -109,7 +109,7 @@ LIBUSTDIO= $(top_builddir)/extra/ustdio/$(LIBICU)io$(ICULIBSUFFIX)$(SO_TARGET_VE ## Compile a Windows resource file %.res : $(srcdir)/%.rc - @rc.exe /fo$@ $< + rc.exe /fo$@ $< ## Versioned target for a shared library. FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO) @@ -140,8 +140,12 @@ BIR_DEPS= # Environment variable to set a runtime search path LDLIBRARYPATH_ENVVAR = PATH +# These are needed to allow the pkgdata nmake files to work PKGDATA_OPTS = -v PKGDATA_INVOKE_OPTS = MAKEFLAGS= +# Include the version information in the shared library +ENABLE_SO_VERSION_DATA=1 + ## End Cygwin-specific setup