diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-08-29 09:47:26 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-29 07:59:36 +0000 |
commit | 437ae002185a81802cb31b00fa777a7b5d8f9847 (patch) | |
tree | cc117bb7725202b1764dacb174e224e22ff91ebd /l10ntools/Executable_localize.mk | |
parent | 42688495edac102b18014a02072ba081870059db (diff) |
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.mk | 9 |
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 \ )) |