summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_helpex.mk
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000g@gmail.com>2012-11-19 18:19:52 +0100
committerZolnai Tamás <zolnaitamas2000g@gmail.com>2012-11-19 18:34:32 +0100
commit7429ab2e2caa49466a455ad3e2e04057524225d0 (patch)
tree0a08ac334ad55ff4e2214c9eae2f092efce05225 /l10ntools/Executable_helpex.mk
parentc82935d52db04230c77b4a6df7dda07507b34805 (diff)
Use icu regex in l10ntools instead of i18nregexp
Change-Id: I9062aafa2fefa26b7b1edf0440f4675b2f469e5d
Diffstat (limited to 'l10ntools/Executable_helpex.mk')
-rw-r--r--l10ntools/Executable_helpex.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/Executable_helpex.mk b/l10ntools/Executable_helpex.mk
index b7e63100b351..cd2469dc971b 100644
--- a/l10ntools/Executable_helpex.mk
+++ b/l10ntools/Executable_helpex.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_Executable_set_include,helpex,\
$(eval $(call gb_Executable_use_libraries,helpex,\
sal \
- i18nregexp \
))
$(eval $(call gb_Executable_use_external,helpex,expat_utf8))
@@ -51,6 +50,8 @@ $(eval $(call gb_Executable_add_exception_objects,helpex,\
$(eval $(call gb_Executable_use_externals,helpex,\
libxml2 \
+ icuuc \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
))
# vim:set shiftwidth=4 softtabstop=4 expandtab: