use idl files for these things

This commit is contained in:
pavlov%netscape.com 1999-10-01 08:32:30 +00:00
Родитель 72c95c7b9d
Коммит b2c67ac60c
6 изменённых файлов: 10 добавлений и 7 удалений

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

@ -2,11 +2,14 @@
# This is a list of local files which get copied to the mozilla:dist:idl directory
#
nsIAppShell.idl
nsIFileSpecWithUI.idl
nsISound.idl
nsIToolkit.idl
nsITransferable.idl
nsIDragSession.idl
nsIDragService.idl
nsIFormatConverter.idl
nsIClipboard.idl
nsIClipboardOwner.idl
nsIClipboardOwner.idl
nsIRollupListener.idl

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

@ -51,9 +51,7 @@ EXPORTS = \
nsIMouseListener.h \
nsIEventListener.h \
nsIMenuListener.h \
nsIToolkit.h \
nsWidgetsCID.h \
nsIAppShell.h \
nsILookAndFeel.h \
nsILabel.h \
nsIMenuBar.h \
@ -64,11 +62,12 @@ EXPORTS = \
nsIFontSizeIterator.h \
nsIFontRetrieverService.h \
nsIContextMenu.h \
nsIRollupListener.h \
$(NULL)
XPIDLSRCS = \
nsIAppShell.idl \
nsIFileSpecWithUI.idl \
nsIToolkit.idl \
nsISound.idl \
nsITransferable.idl \
nsIDragSession.idl \
@ -76,6 +75,7 @@ XPIDLSRCS = \
nsIFormatConverter.idl \
nsIClipboard.idl \
nsIClipboardOwner.idl \
nsIRollupListener.idl \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

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

@ -23,14 +23,17 @@ MODULE=raptor
XPIDL_MODULE=widget
XPIDLSRCS = \
.\nsIAppShell.idl \
.\nsIFileSpecWithUI.idl \
.\nsISound.idl \
.\nsIToolkit.idl \
.\nsITransferable.idl \
.\nsIDragSession.idl \
.\nsIDragService.idl \
.\nsIFormatConverter.idl \
.\nsIClipboard.idl \
.\nsIClipboardOwner.idl \
.\nsIRollupListener.idl \
$(NULL)
EXPORTS=nsui.h \
@ -53,9 +56,7 @@ EXPORTS=nsui.h \
nsIMouseListener.h \
nsIEventListener.h \
nsIMenuListener.h \
nsIToolkit.h \
nsWidgetsCID.h \
nsIAppShell.h \
nsStringUtil.h \
nsILookAndFeel.h \
nsILabel.h \
@ -64,7 +65,6 @@ EXPORTS=nsui.h \
nsIMenuItem.h \
nsIContextMenu.h \
nsIPopUpMenu.h \
nsIRollupListener.h \
$(NULL)

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

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

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