summaryrefslogtreecommitdiff
path: root/i18npool/Library_i18npool.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-19 09:32:18 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-19 09:37:47 +0200
commit534b3bccfd573a6bf4fa5e652d10c8c3796beb7a (patch)
treef48e728a87c521e3de6a1810b72030b861e1fe38 /i18npool/Library_i18npool.mk
parent8348732753940a9d1d59d321b5e1832f782feb34 (diff)
Fix i18npool build on Windows.
Diffstat (limited to 'i18npool/Library_i18npool.mk')
-rw-r--r--i18npool/Library_i18npool.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk
index 5769cf9fa478..982e43ed93bc 100644
--- a/i18npool/Library_i18npool.mk
+++ b/i18npool/Library_i18npool.mk
@@ -56,10 +56,17 @@ $(eval $(call gb_Library_add_linked_libs,i18npool,\
$(gb_STDLIBS) \
))
+ifeq ($(OS),WNT)
+$(eval $(call gb_Library_use_externals,i18npool,\
+ icuin \
+ icuuc \
+))
+else
$(eval $(call gb_Library_use_externals,i18npool,\
icui18n \
icuuc \
))
+endif
$(eval $(call gb_Library_add_exception_objects,i18npool,\
i18npool/source/breakiterator/breakiterator_cjk \