use XPIDL on windows for all these IDL files

This commit is contained in:
alecf%netscape.com 1999-05-28 03:08:27 +00:00
Родитель 260b72a64d
Коммит 7f7c0433d4
1 изменённых файлов: 19 добавлений и 13 удалений

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

@ -16,20 +16,25 @@
# Reserved. # Reserved.
DEPTH=..\..\.. DEPTH=..\..\..
IGNORE_MANIFEST=1
NO_GEN_XPT=1
XPIDLSRCS = \ XPIDLSRCS = \
.\nsIMsgHost.idl \ .\nsICopyMessageListener.idl \
.\nsIMsgFolder.idl \ .\nsIFolder.idl \
.\nsIFolder.idl \ .\nsIFolderListener.idl \
.\nsIFolderListener.idl \ .\nsIMessage.idl \
.\nsIMsgGroupRecord.idl \ .\nsIMessageView.idl \
.\nsIMsgIncomingServer.idl \ .\nsIMsgAccount.idl \
.\nsIMsgThread.idl \ .\nsIMsgAccountManager.idl \
.\nsIMsgMessageService.idl \ .\nsIMsgFolder.idl \
# .\nsIDOMMsgAppcore.idl \ .\nsIMsgGroupRecord.idl \
.\nsIUrlListener.idl \ .\nsIMsgHost.idl \
.\nsIMsgIdentity.idl \
.\nsIMsgIncomingServer.idl \
.\nsIMsgMailSession.idl \
.\nsIMsgMessageService.idl \
.\nsIMsgSignature.idl \
.\nsIMsgThread.idl \
.\nsIMsgVCard.idl \
.\nsIUrlListener.idl \
$(NULL) $(NULL)
EXPORTS = \ EXPORTS = \
@ -65,4 +70,5 @@ EXPORTS = \
MODULE=mailnews MODULE=mailnews
include <$(DEPTH)\config\rules.mak> include <$(DEPTH)\config\rules.mak>
include <$(DEPTH)\config\config.mak>