зеркало из https://github.com/mozilla/gecko-dev.git
Moved css files to mime/emitters/resources
This commit is contained in:
Родитель
daf0a5b6a6
Коммит
24633a5c7d
|
@ -20,10 +20,6 @@ topsrcdir = @top_srcdir@
|
|||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
||||
CSSFILES = $(srcdir)/mailheader-micro.css \
|
||||
$(srcdir)/mailheader-normal.css \
|
||||
$(srcdir)/mailheader-all.css \
|
||||
$(NULL)
|
||||
IS_COMPONENT=1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
@ -52,4 +48,3 @@ include $(topsrcdir)/config/config.mk
|
|||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(CSSFILES) $(DIST)/bin/res/mailnews/messenger
|
||||
|
|
|
@ -35,9 +35,6 @@ DEPTH=..\..\..\..
|
|||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
MODULE = xmlemitter
|
||||
CSS1 = mailheader-micro.css
|
||||
CSS2 = mailheader-normal.css
|
||||
CSS3 = mailheader-all.css
|
||||
REQUIRES=
|
||||
#EXPORTS =\
|
||||
# .\nsMimeEmitter.h \
|
||||
|
@ -124,10 +121,6 @@ LINCS=$(LINCS) -I. \
|
|||
include <$(DEPTH)/config/rules.mak>
|
||||
|
||||
install:: $(DLL)
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
|
||||
$(MAKE_INSTALL) .\$(CSS1) $(DIST)\bin\res\mailnews\messenger
|
||||
$(MAKE_INSTALL) .\$(CSS2) $(DIST)\bin\res\mailnews\messenger
|
||||
$(MAKE_INSTALL) .\$(CSS3) $(DIST)\bin\res\mailnews\messenger
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\$(DLLNAME).dll
|
||||
|
|
Загрузка…
Ссылка в новой задаче