summaryrefslogtreecommitdiffstats
path: root/l10ntools/Executable_localize.mk
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2012-08-29 09:47:26 +0200
committerAndras Timar <atimar@suse.com>2012-08-29 07:59:36 +0000
commit437ae002185a81802cb31b00fa777a7b5d8f9847 (patch)
treecc117bb7725202b1764dacb174e224e22ff91ebd /l10ntools/Executable_localize.mk
parenttypo fix in comment (diff)
downloadcore-437ae002185a81802cb31b00fa777a7b5d8f9847.tar.gz
core-437ae002185a81802cb31b00fa777a7b5d8f9847.zip
Renew localization and kill sdf 1.step
Extract strings from source directly to pot files Implement PoHeader and PoEntry classes Renew fomrat of pot/po files Implement conversion from old po to new po Change-Id: I411b6041f7d525e76b189d7f31adc5b9ab60f6d6 Reviewed-on: https://gerrit.libreoffice.org/506 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'l10ntools/Executable_localize.mk')
-rw-r--r--l10ntools/Executable_localize.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/l10ntools/Executable_localize.mk b/l10ntools/Executable_localize.mk
index 511604ac74d2..6184a8982bd5 100644
--- a/l10ntools/Executable_localize.mk
+++ b/l10ntools/Executable_localize.mk
@@ -26,10 +26,19 @@
$(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 \
))