зеркало из https://github.com/mozilla/pjs.git
Bug 287262 - use the correct l10n sourcedir for extra-jars.mn r=chase a=dbaron
This commit is contained in:
Родитель
b851368ad4
Коммит
67e43f5369
|
@ -53,7 +53,11 @@ AB_CD = $(MOZ_UI_LOCALE)
|
|||
|
||||
APP_VERSION := $(shell cat $(srcdir)/../config/version.txt)
|
||||
|
||||
DEFINES += -DAB_CD=$(AB_CD) -DAPP_VERSION=$(MOZ_APP_VERSION)
|
||||
DEFINES += \
|
||||
-DAB_CD=$(AB_CD) \
|
||||
-DAPP_VERSION=$(MOZ_APP_VERSION) \
|
||||
-DLOCALE_SRCDIR=$(LOCALE_SRCDIR) \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_USE_OFFICIAL_BRANDING
|
||||
DEFINES += -DMOZ_USE_OFFICIAL_BRANDING
|
||||
|
|
|
@ -70,4 +70,4 @@
|
|||
locale/branding/brand.dtd (%chrome/branding/brand.dtd)
|
||||
locale/branding/brand.properties (%chrome/branding/brand.properties)
|
||||
#endif
|
||||
#includesubst @AB_CD@/extra-jar.mn
|
||||
#includesubst @LOCALE_SRCDIR@/extra-jar.mn
|
||||
|
|
Загрузка…
Ссылка в новой задаче