ICU-3389 Use the right import library name
X-SVN-Rev: 15873
This commit is contained in:
parent
f115cc73cf
commit
092fb18d7e
@ -99,9 +99,9 @@ FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
|
|||||||
MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
|
MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
|
||||||
|
|
||||||
## Versioned import library names.
|
## Versioned import library names.
|
||||||
IMPORT_LIB = $(basename $(SO_TARGET))$(IMPORT_LIB_EXT)
|
IMPORT_LIB = $(basename $(notdir $(SO_TARGET)))$(IMPORT_LIB_EXT)
|
||||||
MIDDLE_IMPORT_LIB = $(basename $(MIDDLE_SO_TARGET))$(IMPORT_LIB_EXT)
|
MIDDLE_IMPORT_LIB = $(basename $(notdir $(MIDDLE_SO_TARGET)))$(IMPORT_LIB_EXT)
|
||||||
FINAL_IMPORT_LIB = $(basename $(FINAL_SO_TARGET))$(IMPORT_LIB_EXT)
|
FINAL_IMPORT_LIB = $(basename $(notdir $(FINAL_SO_TARGET)))$(IMPORT_LIB_EXT)
|
||||||
|
|
||||||
## Shared object suffix (switch to dll for shared library build)
|
## Shared object suffix (switch to dll for shared library build)
|
||||||
SO = dll
|
SO = dll
|
||||||
|
Loading…
Reference in New Issue
Block a user