ICU-9881 Fix library names for MINGW build

X-SVN-Rev: 33603
This commit is contained in:
Michael Ow 2013-05-07 17:35:21 +00:00
parent cf0417c3e5
commit 881d285d3a
2 changed files with 4 additions and 4 deletions

View file

@ -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=

View file

@ -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=