diff options
author | Zolnai Tamás <zolnaitamas2000g@gmail.com> | 2012-11-19 18:19:52 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000g@gmail.com> | 2012-11-19 18:34:32 +0100 |
commit | 7429ab2e2caa49466a455ad3e2e04057524225d0 (patch) | |
tree | 0a08ac334ad55ff4e2214c9eae2f092efce05225 /l10ntools/Executable_renewpo.mk | |
parent | c82935d52db04230c77b4a6df7dda07507b34805 (diff) |
Use icu regex in l10ntools instead of i18nregexp
Change-Id: I9062aafa2fefa26b7b1edf0440f4675b2f469e5d
Diffstat (limited to 'l10ntools/Executable_renewpo.mk')
-rw-r--r-- | l10ntools/Executable_renewpo.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/l10ntools/Executable_renewpo.mk b/l10ntools/Executable_renewpo.mk index 5aa036a40100..db84a41ae5d7 100644 --- a/l10ntools/Executable_renewpo.mk +++ b/l10ntools/Executable_renewpo.mk @@ -18,7 +18,6 @@ $(eval $(call gb_Executable_set_include,renewpo,\ $(eval $(call gb_Executable_use_libraries,renewpo,\ sal \ - i18nregexp \ )) $(eval $(call gb_Executable_use_static_libraries,renewpo,\ @@ -29,4 +28,9 @@ $(eval $(call gb_Executable_add_exception_objects,renewpo,\ l10ntools/source/renewpo \ )) +$(eval $(call gb_Executable_use_externals,renewpo,\ + icuuc \ + $(if $(filter MSC,$(COM)),icuin,icui18n) \ +)) + # vim: set noet sw=4 ts=4: |