зеркало из https://github.com/mozilla/gecko-dev.git
Add support for msgCompose and msgCompFields
This commit is contained in:
Родитель
c6ca3f5256
Коммит
c3d87ae834
|
@ -22,8 +22,17 @@ srcdir = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORTS= \
|
||||
nsISmtpUrl.h \
|
||||
IDLSRCS = \
|
||||
nsIMsgCompose.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsIMsgCompose.h \
|
||||
nsMsgComposeFact.h \
|
||||
nsMsgCompFields.h \
|
||||
nsMsgCompFieldsFact.h \
|
||||
nsISmtpUrl.h \
|
||||
MsgCompGlue.h \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
|
|
@ -18,12 +18,20 @@
|
|||
DEPTH=..\..\..
|
||||
IGNORE_MANIFEST=1
|
||||
|
||||
EXPORTS = \
|
||||
nsISmtpUrl.h \
|
||||
$(NULL)
|
||||
IDLSRCS = \
|
||||
nsIMsgCompose.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsIMsgCompose.h \
|
||||
nsMsgComposeFact.h \
|
||||
nsIMsgCompFields.h \
|
||||
nsMsgCompFieldsFact.h \
|
||||
nsISmtpUrl.h \
|
||||
MsgCompGlue.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE=mailnews
|
||||
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче