mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
build nsdocLoader
This commit is contained in:
parent
81ddbb480d
commit
bf0b2945cd
@ -29,17 +29,21 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = uriloader
|
||||
LIBRARY_NAME = uriloaderbase_s
|
||||
|
||||
CPPSRCS = \
|
||||
nsURILoader.cpp \
|
||||
CPPSRCS = \
|
||||
nsURILoader.cpp \
|
||||
nsDocLoader.cpp \
|
||||
$(NULL)
|
||||
XPIDLSRCS = \
|
||||
XPIDLSRCS = \
|
||||
nsIContentHandler.idl \
|
||||
nsIURIContentListener.idl \
|
||||
nsIURILoader.idl \
|
||||
nsCURILoader.idl \
|
||||
nsIURILoader.idl \
|
||||
nsCURILoader.idl \
|
||||
nsIDocumentLoader.idl \
|
||||
nsIDocumentLoaderObserver.idl \
|
||||
$(NULL)
|
||||
EXPORTS = \
|
||||
nsURILoader.h \
|
||||
EXPORTS = \
|
||||
nsURILoader.h \
|
||||
nsDocLoader.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
Loading…
x
Reference in New Issue
Block a user