зеркало из https://github.com/mozilla/gecko-dev.git
Take references to the find and search datasources out of RDF, as they're going in their own component.
This commit is contained in:
Родитель
209d8dd8e6
Коммит
73a5a05014
|
@ -1,7 +1,5 @@
|
|||
nsILocalStore.h
|
||||
nsIRDFFileSystem.h
|
||||
nsIRDFFind.h
|
||||
nsIRDFFTP.h
|
||||
nsIRDFSearch.h
|
||||
nsIXULContentSink.h
|
||||
|
||||
|
|
|
@ -27,9 +27,7 @@ MODULE = rdf
|
|||
EXPORTS = \
|
||||
nsILocalStore.h \
|
||||
nsIRDFFileSystem.h \
|
||||
nsIRDFFind.h \
|
||||
nsIRDFFTP.h \
|
||||
nsIRDFSearch.h \
|
||||
nsIXULContentSink.h \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -23,9 +23,7 @@ DEPTH=..\..\..
|
|||
EXPORTS = \
|
||||
nsILocalStore.h \
|
||||
nsIRDFFileSystem.h \
|
||||
nsIRDFFind.h \
|
||||
nsIRDFFTP.h \
|
||||
nsIRDFSearch.h \
|
||||
nsIXULContentSink.h \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -29,9 +29,7 @@ LIBRARY_NAME = rdfdatasource_s
|
|||
CPPSRCS = \
|
||||
nsLocalStore.cpp \
|
||||
nsFileSystemDataSource.cpp \
|
||||
nsFindDataSource.cpp \
|
||||
nsFTPDataSource.cpp \
|
||||
nsSearchDataSource.cpp \
|
||||
nsXULContentSink.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -23,10 +23,8 @@ LCFLAGS=-DMOZ_BRPROF
|
|||
|
||||
CPP_OBJS=\
|
||||
.\$(OBJDIR)\nsFileSystemDataSource.obj \
|
||||
.\$(OBJDIR)\nsFindDataSource.obj \
|
||||
.\$(OBJDIR)\nsFTPDataSource.obj \
|
||||
.\$(OBJDIR)\nsLocalStore.obj \
|
||||
.\$(OBJDIR)\nsSearchDataSource.obj \
|
||||
.\$(OBJDIR)\nsXULContentSink.obj \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче