mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Export strres-test.xul; add clobber rules to .win
This commit is contained in:
parent
c109584322
commit
5bf181308f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user