1998-12-21 17:57:13 +00:00
|
|
|
#!nmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
|
|
|
DEPTH=..\..\..
|
1999-06-07 06:52:45 +00:00
|
|
|
MODULE=msgbase
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
|
|
|
.\nsIMessenger.idl \
|
1999-06-14 22:43:45 +00:00
|
|
|
.\nsICopyMsgStreamListener.idl \
|
1999-05-28 03:08:27 +00:00
|
|
|
.\nsICopyMessageListener.idl \
|
1999-06-07 06:52:45 +00:00
|
|
|
.\nsIFolder.idl \
|
|
|
|
.\nsIFolderListener.idl \
|
|
|
|
.\nsIMessage.idl \
|
|
|
|
.\nsIMessageView.idl \
|
|
|
|
.\nsIMsgAccount.idl \
|
|
|
|
.\nsIMsgAccountManager.idl \
|
|
|
|
.\nsIMsgFolder.idl \
|
|
|
|
.\nsIMsgGroupRecord.idl \
|
|
|
|
.\nsIMsgHost.idl \
|
1999-05-28 03:08:27 +00:00
|
|
|
.\nsIMsgIdentity.idl \
|
1999-06-07 06:52:45 +00:00
|
|
|
.\nsIMsgIncomingServer.idl \
|
|
|
|
.\nsIMsgMailSession.idl \
|
|
|
|
.\nsIMsgMessageService.idl \
|
|
|
|
.\nsIMsgSignature.idl \
|
|
|
|
.\nsIMsgThread.idl \
|
|
|
|
.\nsIMsgVCard.idl \
|
|
|
|
.\nsIUrlListener.idl \
|
|
|
|
.\nsIMsgBiffManager.idl \
|
1999-06-22 23:20:56 +00:00
|
|
|
.\nsIMsgCopyService.idl \
|
1999-06-23 21:17:24 +00:00
|
|
|
.\nsIMsgCopyServiceListener.idl \
|
1999-06-07 06:52:45 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
## exports
|
1999-01-21 01:12:11 +00:00
|
|
|
|
1999-03-24 04:56:56 +00:00
|
|
|
EXPORTS = \
|
1999-02-06 02:11:54 +00:00
|
|
|
msgCore.h \
|
1999-06-08 22:50:58 +00:00
|
|
|
nsIMsgMailNewsUrl.h \
|
|
|
|
nsIUrlListenerManager.h \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsMsgFolderFlags.h \
|
|
|
|
nsMsgHeaderMasks.h \
|
1999-06-08 22:50:58 +00:00
|
|
|
nsMsgLocalFolderHdrs.h \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsMsgMessageFlags.h \
|
1999-06-08 22:50:58 +00:00
|
|
|
nsMsgMD5.h \
|
1999-06-10 20:24:43 +00:00
|
|
|
nsIMsgHdr.h \
|
1999-01-21 01:12:11 +00:00
|
|
|
$(NULL)
|
1998-12-21 17:57:13 +00:00
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
1999-05-28 03:08:27 +00:00
|
|
|
include <$(DEPTH)\config\config.mak>
|
1998-12-21 17:57:13 +00:00
|
|
|
|