r=cls Enable building en-mac.jar and complete en-win.jar on Unix platforms git-svn-id: svn://10.0.0.236/trunk@99742 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
88825c08e7
commit
89350da363
@ -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…
x
Reference in New Issue
Block a user