Added nsContainerCursor and nsStreamDataSource to the build.

This commit is contained in:
waterson%netscape.com 1998-12-15 07:42:18 +00:00
Родитель b08e687f9b
Коммит 92b0a873e2
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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)