mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-3389 CygWin/MSVC "make install" changes
X-SVN-Rev: 14899
This commit is contained in:
parent
61b4ba25d9
commit
dd190abe0c
1 changed files with 3 additions and 2 deletions
|
@ -133,9 +133,10 @@ FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
|
|||
MIDDLE_SO_TARGET=$(SO_TARGET)
|
||||
PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION_MAJOR)
|
||||
|
||||
## Versioned import library names.
|
||||
## Versioned import library names. The library names are versioned,
|
||||
## but the import libraries do not need versioning.
|
||||
IMPORT_LIB = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX)$(IMPORT_LIB_EXT)
|
||||
MIDDLE_IMPORT_LIB = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_MAJOR)$(IMPORT_LIB_EXT)
|
||||
MIDDLE_IMPORT_LIB = $(IMPORT_LIB)
|
||||
FINAL_IMPORT_LIB = $(MIDDLE_IMPORT_LIB)
|
||||
|
||||
## Versioned libraries rules
|
||||
|
|
Loading…
Add table
Reference in a new issue