updated to export new resources files

This commit is contained in:
ducarroz%netscape.com 1999-02-26 22:46:33 +00:00
Родитель 872c5c3208
Коммит 6b588b90a3
2 изменённых файлов: 4 добавлений и 7 удалений

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

@ -28,8 +28,7 @@ include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_SAMPLES = \ EXPORT_RESOURCE_SAMPLES = \
./Compose.html \ ./Compose.xul \
./ComposeToobar.xml \
./ComposeFrame.html \ ./ComposeFrame.html \
$(NULL) $(NULL)

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

@ -22,12 +22,10 @@ IGNORE_MANIFEST=1
include <$(DEPTH)\config\rules.mak> include <$(DEPTH)\config\rules.mak>
install:: $(DLL) install:: $(DLL)
$(MAKE_INSTALL) Compose.html $(DIST)\bin\res\samples $(MAKE_INSTALL) Compose.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) ComposeToolbar.xml $(DIST)\bin\res\samples
$(MAKE_INSTALL) ComposeFrame.html $(DIST)\bin\res\samples $(MAKE_INSTALL) ComposeFrame.html $(DIST)\bin\res\samples
clobber:: rm -f $(DIST)\bin\$(DLLNAME)
rm -f $(DIST)\bin\res\samples\Compose.html rm -f $(DIST)\bin\res\samples\Compose.xul
rm -f $(DIST)\bin\res\samples\ComposeToolbar.xml
rm -f $(DIST)\bin\res\samples\ComposeFrame.html rm -f $(DIST)\bin\res\samples\ComposeFrame.html