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-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 \
|
|
|
|
$(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 \
|
|
|
|
nsMsgFolderFlags.h \
|
1999-02-08 00:13:59 +00:00
|
|
|
nsMsgLocalFolderHdrs.h \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsMsgHeaderMasks.h \
|
|
|
|
nsMsgMessageFlags.h \
|
|
|
|
nsIMsgHost.h \
|
1999-02-24 10:39:06 +00:00
|
|
|
nsIFolder.h \
|
1999-02-06 02:11:54 +00:00
|
|
|
nsIMsgFolder.h \
|
1999-02-24 02:22:22 +00:00
|
|
|
nsIMsgMailNewsUrl.h \
|
1999-03-03 01:03:27 +00:00
|
|
|
nsIUrlListenerManager.h \
|
|
|
|
nsIUrlListener.h \
|
1999-03-24 04:56:56 +00:00
|
|
|
nsIFolderListener.h \
|
1999-03-09 01:33:36 +00:00
|
|
|
nsIMsgMailSession.h \
|
|
|
|
nsIMsgIdentity.h \
|
1999-03-24 04:56:56 +00:00
|
|
|
nsIMsgGroupRecord.h \
|
1999-03-30 02:19:22 +00:00
|
|
|
nsICopyMessageListener.h \
|
1999-04-05 23:33:43 +00:00
|
|
|
nsIMessageView.h \
|
1999-04-06 22:47:12 +00:00
|
|
|
nsIMsgSignature.h \
|
|
|
|
nsIMsgVCard.h \
|
|
|
|
nsIMsgAccount.h \
|
|
|
|
nsIMsgAccountManager.h \
|
|
|
|
nsIMsgIdentity.h \
|
|
|
|
nsIMsgIncomingServer.h \
|
1999-04-10 20:23:54 +00:00
|
|
|
nsIMsgThread.h \
|
1999-04-20 21:50:51 +00:00
|
|
|
nsIMsgMessageService.h \
|
1999-04-24 20:32:24 +00:00
|
|
|
nsIMessage.h \
|
1999-06-03 22:53:37 +00:00
|
|
|
nsIMsgBiffManager.idl \
|
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
|
|
|
|