зеркало из https://github.com/mozilla/pjs.git
Generate nsISupports, nsIEnumerator, nsIFactory, and nsrootidl.
This commit is contained in:
Родитель
43ba84d28b
Коммит
d32dfd2242
|
@ -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))
|
||||
|
|
Загрузка…
Ссылка в новой задаче