summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-12-26 21:21:22 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2013-12-27 07:14:57 +0100
commitd1c74734c8d9026b0f0c03f7382ca60165cec8c6 (patch)
tree59b36bab691b842e6a1871328ff77be6a3902644 /wizards
parentbbee59851329142cdad62120ac02af922697e99f (diff)
Transex3: NO_LOCALIZE_EXPORT
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
Diffstat (limited to 'wizards')
-rw-r--r--wizards/AllLangResTarget_wzi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/AllLangResTarget_wzi.mk b/wizards/AllLangResTarget_wzi.mk
index eb9c937d865e..ebb3e4b1c7eb 100644
--- a/wizards/AllLangResTarget_wzi.mk
+++ b/wizards/AllLangResTarget_wzi.mk
@@ -27,7 +27,7 @@ $(eval $(call gb_AllLangResTarget_add_srs,wzi,\
$(eval $(call gb_SrsTarget_SrsTarget,wzi/res))
-$(eval $(call gb_SrsTarget_add_nonlocalized_files,wzi/res,\
+$(eval $(call gb_SrsTarget_add_nonlocalizable_files,wzi/res,\
wizards/source/imagelists/imagelists.src \
))