Part of fix for bug # 19564: add new search chrome and DTD references into Windows build.

This commit is contained in:
rjc%netscape.com 1999-11-24 05:36:47 +00:00
Родитель a5ce4596b1
Коммит c159a7f502
1 изменённых файлов: 38 добавлений и 23 удалений

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

@ -1,4 +1,4 @@
#!gmake
#!nmake
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
@ -21,26 +21,41 @@
DEPTH=..\..\..\..
DIRS= locale
CHROME_DIR = search
CHROME_CONTENT_DIR = content/default
CHROME_SKIN_DIR = skin/default
CHROME_SOURCE_DIR = $(srcdir)
CHROME_CONTENT = \
.\default.htm \
.\search.js \
.\search.xul \
.\shared.js \
.\find.js \
.\find.xul \
.\findresults.xul \
.\internet.js \
.\internet.xul \
.\internetresults.js \
.\internetresults.xul \
$(NULL)
CHROME_SKIN = \
.\search.css \
.\findresults.css \
.\icons.css \
.\internet.css \
.\internetresults.css \
$(NULL)
CHROME_L10N = \
.\locale\en-US\find.dtd \
.\locale\en-US\findresults.dtd \
.\locale\en-US\internet.dtd \
.\locale\en-US\internetresults.dtd \
.\locale\en-US\search.dtd \
$(NULL)
include <$(DEPTH)\config\rules.mak>
FILES=\
default.htm \
search.js \
search.css \
search.xul \
shared.js \
find.js \
find.xul \
findresults.css \
findresults.xul \
icons.css \
internet.css \
internet.js \
internet.xul \
internetresults.css \
internetresults.js \
internetresults.xul \
$(NULL)
install:: $(FILES:/=\)
!@$(MAKE_INSTALL) $** $(DIST)\bin\res\samples