summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-12 14:02:01 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-12 14:05:22 +0200
commit62336df8416ed13f62f7cfad4eb3b1b5c0249a9a (patch)
tree4e42e2587be42d46f97071779825489a88ba0f4e /i18npool
parentea7a809700ea0ee6d830e493c57ff272364e344a (diff)
The icui18n library is called icuin in a MSVC build for some reason
Change-Id: I2fe03d438f52c31d0615f124f4d0a7ced2136928
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/CppunitTest_i18npool_test_textsearch.mk2
-rw-r--r--i18npool/Library_i18nsearch.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_textsearch.mk b/i18npool/CppunitTest_i18npool_test_textsearch.mk
index 8331cbda4ea3..ddffaf0b96bb 100644
--- a/i18npool/CppunitTest_i18npool_test_textsearch.mk
+++ b/i18npool/CppunitTest_i18npool_test_textsearch.mk
@@ -30,7 +30,7 @@ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_textsearch,\
cppuhelper \
sal \
icuuc \
- icui18n \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
unotest \
$(gb_UWINAPI) \
))
diff --git a/i18npool/Library_i18nsearch.mk b/i18npool/Library_i18nsearch.mk
index 5778b138b699..2d5b463bc4e6 100644
--- a/i18npool/Library_i18nsearch.mk
+++ b/i18npool/Library_i18nsearch.mk
@@ -43,7 +43,7 @@ $(eval $(call gb_Library_use_libraries,i18nsearch,\
cppu \
cppuhelper \
icuuc \
- icui18n \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
sal \
$(gb_UWINAPI) \
))