mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-9881 Fix library names for MINGW build
X-SVN-Rev: 33603
This commit is contained in:
parent
cf0417c3e5
commit
881d285d3a
2 changed files with 4 additions and 4 deletions
|
@ -66,11 +66,11 @@ SO_TARGET_VERSION_SUFFIX =
|
|||
endif
|
||||
|
||||
# Static library prefix and file extension
|
||||
LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
|
||||
LIBSICU = lib$(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
|
||||
A = a
|
||||
|
||||
## An import library is needed for z/OS and MSVC
|
||||
IMPORT_LIB_EXT = .lib
|
||||
IMPORT_LIB_EXT = .dll.a
|
||||
|
||||
LIBPREFIX=
|
||||
|
||||
|
|
|
@ -66,11 +66,11 @@ SO_TARGET_VERSION_SUFFIX =
|
|||
endif
|
||||
|
||||
# Static library prefix and file extension
|
||||
LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
|
||||
LIBSICU = lib$(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX)
|
||||
A = a
|
||||
|
||||
## An import library is needed for z/OS and MSVC
|
||||
IMPORT_LIB_EXT = .lib
|
||||
IMPORT_LIB_EXT = .dll.a
|
||||
|
||||
LIBPREFIX=
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue