Added nsIXULWindow.idl and put the list in alpha order.

This commit is contained in:
tbogard%aol.net 2000-01-14 04:33:54 +00:00
Родитель 959e0926eb
Коммит 67751590c0
3 изменённых файлов: 18 добавлений и 16 удалений

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

@ -2,11 +2,12 @@
# This is a list of local files which get copied to the mozilla:dist:idl directory
#
nsIFileLocator.idl
nsIWindowMediator.idl
nsIAppShellService.idl
nsICmdLineService.idl
nsICommonDialogs.idl
nsIDialogParamBlock.idl
nsICmdLineService.idl
nsIFileLocator.idl
nsISessionHistory.idl
nsIWindowMediator.idl
nsIXULWindow.idl

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

@ -39,13 +39,14 @@ EXPORTS = \
$(NULL)
XPIDLSRCS = \
nsIFileLocator.idl \
nsIAppShellService.idl \
nsIWindowMediator.idl \
nsICmdLineService.idl \
nsICommonDialogs.idl \
nsIDialogParamBlock.idl \
nsICmdLineService.idl \
nsISessionHistory.idl \
nsIFileLocator.idl \
nsISessionHistory.idl \
nsIWindowMediator.idl \
nsIXULWindow.idl \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

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

@ -26,15 +26,15 @@ MODULE=raptor
XPIDL_MODULE=appshell
XPIDLSRCS = \
.\nsIXULWindow.idl \
.\nsIFileLocator.idl \
.\nsIAppShellService.idl \
.\nsIWindowMediator.idl \
.\nsICommonDialogs.idl \
.\nsIDialogParamBlock.idl \
.\nsICmdLineService.idl \
.\nsISessionHistory.idl \
$(NULL)
.\nsIAppShellService.idl \
.\nsICmdLineService.idl \
.\nsICommonDialogs.idl \
.\nsIDialogParamBlock.idl \
.\nsIFileLocator.idl \
.\nsISessionHistory.idl \
.\nsIWindowMediator.idl \
.\nsIXULWindow.idl \
$(NULL)
EXPORTS = \
nsIWebShellWindow.h \