Bug 1135336 - Convert makefile rules in MailNews with props2arrays.py. r=mkmelin

This commit is contained in:
Edmund Wong 2015-02-21 01:07:00 +02:00
Родитель 5392ec3a79
Коммит b85d5b25f4
2 изменённых файлов: 3 добавлений и 10 удалений

Просмотреть файл

@ -1,10 +0,0 @@
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
include $(topsrcdir)/config/rules.mk
PROPS2ARRAYS := $(MOZILLA_DIR)/intl/locale/props2arrays.py
charsetalias.properties.h: $(PROPS2ARRAYS) charsetalias.properties
$(PYTHON) $^ $@

Просмотреть файл

@ -26,6 +26,9 @@ LOCAL_INCLUDES += [
GENERATED_FILES += [
'charsetalias.properties.h',
]
charsetalias = GENERATED_FILES['charsetalias.properties.h']
charsetalias.script = TOPSRCDIR + '/mozilla/intl/locale/props2arrays.py'
charsetalias.inputs = ['charsetalias.properties']
MSVC_ENABLE_PGO = True