Bug 287262 - use the correct l10n sourcedir for extra-jars.mn r=chase a=dbaron

This commit is contained in:
bsmedberg%covad.net 2005-04-22 13:07:50 +00:00
Родитель 327b528886
Коммит 8856264aa6
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -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