r=cls
Enable building en-mac.jar and complete en-win.jar on Unix platforms
This commit is contained in:
mkaply%us.ibm.com 2001-07-23 02:08:26 +00:00
Родитель b9a8dfb285
Коммит 814dd100be
3 изменённых файлов: 18 добавлений и 3 удалений

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

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