summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_propex.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_propex.mk
parentc82935d52db04230c77b4a6df7dda07507b34805 (diff)
Use icu regex in l10ntools instead of i18nregexp
Change-Id: I9062aafa2fefa26b7b1edf0440f4675b2f469e5d
Diffstat (limited to 'l10ntools/Executable_propex.mk')
-rw-r--r--l10ntools/Executable_propex.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/l10ntools/Executable_propex.mk b/l10ntools/Executable_propex.mk
index d8dc16d323c2..06080c682840 100644
--- a/l10ntools/Executable_propex.mk
+++ b/l10ntools/Executable_propex.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Executable_set_include,propex,\
$(eval $(call gb_Executable_use_libraries,propex,\
sal \
- i18nregexp \
))
$(eval $(call gb_Executable_use_static_libraries,propex,\
@@ -29,4 +28,9 @@ $(eval $(call gb_Executable_add_exception_objects,propex,\
l10ntools/source/propex \
))
+$(eval $(call gb_Executable_use_externals,propex,\
+ icuuc \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
+))
+
# vim: set noet sw=4 ts=4: