From d1c74734c8d9026b0f0c03f7382ca60165cec8c6 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Thu, 26 Dec 2013 21:21:22 +0100 Subject: 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 --- wizards/AllLangResTarget_wzi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') 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 \ )) -- cgit v1.2.3