summaryrefslogtreecommitdiffstats
path: root/i18npool/Executable_genindex_data.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/Executable_genindex_data.mk
parentThere is no gb_Foo_get_external_target, fix as dtardon told on IRC (diff)
downloadcore-534b3bccfd573a6bf4fa5e652d10c8c3796beb7a.tar.gz
core-534b3bccfd573a6bf4fa5e652d10c8c3796beb7a.zip
Fix i18npool build on Windows.
Diffstat (limited to 'i18npool/Executable_genindex_data.mk')
-rw-r--r--i18npool/Executable_genindex_data.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18npool/Executable_genindex_data.mk b/i18npool/Executable_genindex_data.mk
index 59772416617c..93f24831cbde 100644
--- a/i18npool/Executable_genindex_data.mk
+++ b/i18npool/Executable_genindex_data.mk
@@ -40,11 +40,19 @@ $(eval $(call gb_Executable_add_linked_libs,genindex_data,\
$(gb_STDLIBS) \
))
+ifeq ($(OS),WNT)
+$(eval $(call gb_Executable_use_externals,gencoll_rule,\
+ icudt \
+ icuin \
+ icuuc \
+))
+else
$(eval $(call gb_Executable_use_externals,genindex_data,\
icudata \
icui18n \
icuuc \
))
+endif
$(eval $(call gb_Executable_add_exception_objects,genindex_data,\
i18npool/source/indexentry/genindex_data \