Export strres-test.xul; add clobber rules to .win

This commit is contained in:
tao%netscape.com 1999-08-24 22:47:02 +00:00
parent c109584322
commit 5bf181308f
2 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,7 @@ EXPORT_RESOURCE = \
$(srcdir)/strres-test.html \
$(srcdir)/strres-test.xul \
$(srcdir)/strres-test.dtd \
$(srcdir)/strres-test.js \
$(NULL)
ifndef NECKO

View File

@ -51,5 +51,10 @@ install:: $(PROGRAMS)
clobber::
rm -f $(DIST)\bin\StringBundleTest.exe
rm -f $(DIST)\bin\res\strres.properties
rm -f $(DIST)\bin\res\strres-test.html
rm -f $(DIST)\bin\res\strres-test.xul
rm -f $(DIST)\bin\res\strres-test.dtd
rm -f $(DIST)\bin\res\strres-test.js
$(PROG0): $(OBJDIR) StringBundleTest.cpp