gecko-dev/mailnews/base/public/makefile.win

80 lines
2.2 KiB
Plaintext
Raw Normal View History

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=..\..\..
MODULE=msgbase
XPIDLSRCS = \
.\nsIMessenger.idl \
.\nsICopyMessageListener.idl \
.\nsIFolder.idl \
.\nsIFolderListener.idl \
.\nsIMessage.idl \
.\nsIMessageView.idl \
.\nsIMsgAccount.idl \
.\nsIMsgAccountManager.idl \
.\nsIMsgFolder.idl \
.\nsIMsgGroupRecord.idl \
.\nsIMsgHost.idl \
.\nsIMsgIdentity.idl \
.\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
EXPORTS = \
msgCore.h \
nsMsgFolderFlags.h \
1999-02-08 00:13:59 +00:00
nsMsgLocalFolderHdrs.h \
nsMsgHeaderMasks.h \
nsMsgMessageFlags.h \
nsIMsgHost.h \
nsIFolder.h \
nsIMsgFolder.h \
1999-02-24 02:22:22 +00:00
nsIMsgMailNewsUrl.h \
nsIUrlListenerManager.h \
nsIUrlListener.h \
nsIFolderListener.h \
nsIMsgMailSession.h \
nsIMsgIdentity.h \
nsIMsgGroupRecord.h \
1999-03-30 02:19:22 +00:00
nsICopyMessageListener.h \
1999-04-05 23:33:43 +00:00
nsIMessageView.h \
nsIMsgSignature.h \
nsIMsgVCard.h \
nsIMsgAccount.h \
nsIMsgAccountManager.h \
nsIMsgIdentity.h \
nsIMsgIncomingServer.h \
nsIMsgThread.h \
1999-04-20 21:50:51 +00:00
nsIMsgMessageService.h \
1999-04-24 20:32:24 +00:00
nsIMessage.h \
nsIMsgBiffManager.idl \
1999-01-21 01:12:11 +00:00
$(NULL)
1998-12-21 17:57:13 +00:00
include <$(DEPTH)\config\rules.mak>
include <$(DEPTH)\config\config.mak>
1998-12-21 17:57:13 +00:00