ICU-3258 CygWin/MSVC changes. Add library versioning information
X-SVN-Rev: 13217
This commit is contained in:
parent
ac22f8c6fb
commit
8c4a58cca7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user