From 7429ab2e2caa49466a455ad3e2e04057524225d0 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Mon, 19 Nov 2012 18:19:52 +0100 Subject: Use icu regex in l10ntools instead of i18nregexp Change-Id: I9062aafa2fefa26b7b1edf0440f4675b2f469e5d --- l10ntools/Executable_propex.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'l10ntools/Executable_propex.mk') 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: -- cgit v1.2.3