mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Generate nsISupports, nsIEnumerator, nsIFactory, and nsrootidl.
This commit is contained in:
parent
82dd7ee142
commit
9acc87b145
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user