Add support for msgCompose and msgCompFields

This commit is contained in:
ducarroz%netscape.com 1999-02-09 01:40:25 +00:00
Родитель c6ca3f5256
Коммит c3d87ae834
2 изменённых файлов: 23 добавлений и 6 удалений

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

@ -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>