summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_localize.mk
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/Executable_localize.mk')
-rw-r--r--l10ntools/Executable_localize.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/l10ntools/Executable_localize.mk b/l10ntools/Executable_localize.mk
index 511604ac74d2..a810b6cd8e22 100644
--- a/l10ntools/Executable_localize.mk
+++ b/l10ntools/Executable_localize.mk
@@ -26,12 +26,26 @@
$(eval $(call gb_Executable_Executable,localize))
+$(eval $(call gb_Executable_set_include,localize,\
+ -I$(SRCDIR)/l10ntools/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_Executable_use_libraries,localize,\
sal \
))
+$(eval $(call gb_Executable_use_static_libraries,localize,\
+ transex \
+))
+
$(eval $(call gb_Executable_add_exception_objects,localize,\
l10ntools/source/localize \
))
+$(eval $(call gb_Executable_use_externals,localize,\
+ icuuc \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: