diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-12-01 15:03:12 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2012-12-01 15:08:30 +0100 |
commit | cca017e1e00f5029dcc261c7c9cc9017f514c108 (patch) | |
tree | d1cdd78d6314965b7bdeba6f831e13fa96ce724a /solenv | |
parent | ea5a96a5c771ee2c2ebbe4c12c4e7f3b1cba29a7 (diff) |
Not make qtz properties in release build
Change-Id: Ib012faeb3eb1bfd10cfce20426afa138a2ed8d34
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/ExtensionTarget.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/ExtensionTarget.mk b/solenv/gbuild/ExtensionTarget.mk index b679ccaf54f9..25d415a1f73d 100644 --- a/solenv/gbuild/ExtensionTarget.mk +++ b/solenv/gbuild/ExtensionTarget.mk @@ -236,8 +236,10 @@ endef # source file is copied to $(WORKDIR) define gb_ExtensionTarget_localize_properties ifneq ($(filter-out en-US,$(gb_ExtensionTarget_ALL_LANGS)),) +ifneq ($(ENABLE_RELEASE_BUILD),TRUE) $(call gb_ExtensionTarget_localize_properties_onelang,$(1),$(subst en_US,qtz,$(2)),$(3),qtz,$(firstword $(filter-out en-US,$(gb_ExtensionTarget_ALL_LANGS)))) endif +endif $(foreach lang,$(gb_ExtensionTarget_ALL_LANGS),\ $(call gb_ExtensionTarget_localize_properties_onelang,$(1),$(subst en_US,$(subst -,_,$(lang)),$(2)),$(3),$(lang))) endef |