Generate nsISupports, nsIEnumerator, nsIFactory, and nsrootidl.

This commit is contained in:
waterson%netscape.com 1999-05-11 02:10:22 +00:00
Родитель 82dd7ee142
Коммит 9acc87b145
2 изменённых файлов: 7 добавлений и 25 удалений

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

@ -21,26 +21,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
# IDLSRCS = \
# nsISupports.idl \
# nsISupportsArray.idl \
# nsIShutdownListener.idl \
# nsIServiceManager.idl \
# nsIFactory.idl \
# nsIBaseStream.idl \
# nsIInputStream.idl \
# nsICollection.idl \
# nsIEnumerator.idl \
# nsID.idl \
# nsrootidl.idl \
# nsISimpleEnumerator.idl \
# $(NULL)
# for testing purposes
#EXPORTS = $(XIDLSRCS:.idl=.h)
# to build in the static methods
#CPPSRCS = $(XIDLSRCS:.idl=.cpp)
#LIBRARY_NAME = xpcomidl
MODULE = xpcom
XPIDLSRCS = \
nsrootidl.idl \
nsISupports.idl \
nsIEnumerator.idl \
nsIFactory.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -35,16 +35,13 @@ EXPORTS = \
nsICollection.h \
nsID.h \
nsIID.h \
nsIFactory.h \
nsISimpleEnumerator.h \
nsISupports.h \
nsISupportsUtils.h \
nsIPtr.h \
nsIComponentManager.h \
nsRepository.h \
nsIServiceManager.h \
nsISupportsArray.h \
nsIEnumerator.h \
nsTraceRefcnt.h \
nsVector.h \
plvector.h \
@ -55,7 +52,6 @@ EXPORTS = \
nsIEventQueue.h \
nsIGenericFactory.h \
nsIRegistry.h \
nsrootidl.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))