зеркало из https://github.com/mozilla/pjs.git
Added nsContainerCursor and nsStreamDataSource to the build.
This commit is contained in:
Родитель
b08e687f9b
Коммит
92b0a873e2
|
@ -28,6 +28,7 @@ LIBRARY_NAME = rdf
|
|||
|
||||
CPPSRCS = \
|
||||
nsBookmarkDataSource.cpp \
|
||||
nsContainerCursor.cpp \
|
||||
nsEmptyCursor.cpp \
|
||||
nsMemoryDataSource.cpp \
|
||||
nsRDFContentSink.cpp \
|
||||
|
@ -41,6 +42,7 @@ CPPSRCS = \
|
|||
nsRDFSimpleContentSink.cpp \
|
||||
nsRDFTreeDocument.cpp \
|
||||
nsSimpleDataBase.cpp \
|
||||
nsStreamDataSource.cpp \
|
||||
rdfutil.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ DLL=.\$(OBJDIR)\$(DLLNAME).dll
|
|||
|
||||
CPP_OBJS=\
|
||||
.\$(OBJDIR)\nsBookmarkDataSource.obj \
|
||||
.\$(OBJDIR)\nsContainerCursor.obj \
|
||||
.\$(OBJDIR)\nsEmptyCursor.obj \
|
||||
.\$(OBJDIR)\nsMemoryDataSource.obj \
|
||||
.\$(OBJDIR)\nsRDFContentSink.obj \
|
||||
|
@ -37,6 +38,7 @@ CPP_OBJS=\
|
|||
.\$(OBJDIR)\nsRDFSimpleContentSink.obj \
|
||||
.\$(OBJDIR)\nsRDFTreeDocument.obj \
|
||||
.\$(OBJDIR)\nsSimpleDataBase.obj \
|
||||
.\$(OBJDIR)\nsStreamDataSource.obj \
|
||||
.\$(OBJDIR)\rdfutil.obj \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче