The shorter icu library names are used for WNTMSC only

This commit is contained in:
Tor Lillqvist 2011-08-19 12:38:09 +03:00
parent bd6fadb384
commit bdfca5e003
3 changed files with 4 additions and 4 deletions

View file

@ -372,8 +372,8 @@ endef
else # !SYSTEM_ICU
# icudata and icui18n is called icudt and icuin on Windows :-(
ifeq ($(OS),WNT)
# icudata and icui18n is called icudt and icuin when built with MSVC :-(
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
icudt \
icuin \

View file

@ -41,7 +41,7 @@ $(eval $(call gb_Executable_add_linked_libs,gencoll_rule,\
$(gb_STDLIBS) \
))
ifeq ($(OS),WNT)
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_Executable_use_externals,gencoll_rule,\
icudt \
icuin \

View file

@ -56,7 +56,7 @@ $(eval $(call gb_Library_add_linked_libs,i18npool,\
$(gb_STDLIBS) \
))
ifeq ($(OS),WNT)
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_Library_use_externals,i18npool,\
icuin \
icuuc \