Extract JavaScript from xul file into a external js file

This commit is contained in:
ducarroz%netscape.com 1999-04-27 21:19:41 +00:00
Родитель dd00703a8c
Коммит 915c9b3281
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -30,6 +30,7 @@ SAMPLES_DIR = $(DIST)/bin/res/mailnews/compose
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/msgcompose.xul \
$(srcdir)/msgcomposecommands.js \
$(srcdir)/messengercompose.css \
$(srcdir)/msgcomposebody.html \
$(srcdir)/send.gif \

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

@ -23,6 +23,7 @@ include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) msgcompose.xul $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) msgcomposecommands.js $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) messengercompose.css $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) msgcomposeBody.html $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) send.gif $(DIST)\bin\res\mailnews\compose
@ -35,6 +36,7 @@ install:: $(DLL)
clobber::
rm -f $(DIST)\bin\res\mailnews\compose\msgcompose.xul
rm -f $(DIST)\bin\res\mailnews\compose\msgcomposecommands.js
rm -f $(DIST)\bin\res\mailnews\compose\messengercompose.css
rm -f $(DIST)\bin\res\mailnews\compose\msgcomposeBody.html
rm -f $(DIST)\bin\res\mailnews\compose\send.gif
@ -44,4 +46,3 @@ clobber::
rm -f $(DIST)\bin\res\mailnews\compose\spelling.gif
rm -f $(DIST)\bin\res\mailnews\compose\save.gif
rm -f $(DIST)\bin\res\mailnews\compose\stop.gif