mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
r=cls Enable building en-mac.jar and complete en-win.jar on Unix platforms
This commit is contained in:
parent
b9a8dfb285
commit
814dd100be
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = unix
|
||||
DIRS = unix win mac
|
||||
|
||||
CHROME_DIR=locales/en-US
|
||||
CHROME_L10N_DIR=global/locale
|
||||
|
@ -26,5 +26,12 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
CHROME_DIR=locales/en-US
|
||||
CHROME_L10N_DIR=global/locale
|
||||
|
||||
CHROME_L10N = \
|
||||
platformGlobalOverlay.dtd \
|
||||
platformDialogOverlay.dtd \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -25,5 +25,13 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
nclude $(topsrcdir)/config/rules.mk
|
||||
|
||||
CHROME_DIR=locales/en-US
|
||||
CHROME_L10N_DIR=global/locale
|
||||
|
||||
CHROME_L10N = \
|
||||
platformGlobalOverlay.dtd \
|
||||
platformDialogOverlay.dtd \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user