Added toolbars, renamed nsRDFTreeItem to nsRDFTreeDataModelItem to

keep up with interfaces.
This commit is contained in:
waterson%netscape.com 1998-11-11 20:01:10 +00:00
Родитель 5715f32617
Коммит ecc8fc5fa1
1 изменённых файлов: 10 добавлений и 8 удалений

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

@ -43,14 +43,16 @@ CSRCS= \
rdfht.c \
$(NULL)
CPPSRCS= \
comwrap.cpp \
netglue.cpp \
nsRDFDataModel.cpp \
nsRDFDataModelItem.cpp \
nsRDFTreeColumn.cpp \
nsRDFTreeDataModel.cpp \
nsRDFTreeItem.cpp \
CPPSRCS= \
comwrap.cpp \
netglue.cpp \
nsRDFDataModel.cpp \
nsRDFDataModelItem.cpp \
nsRDFToolbarDataModel.cpp \
nsRDFToolbarDataModelItem.cpp \
nsRDFTreeColumn.cpp \
nsRDFTreeDataModel.cpp \
nsRDFTreeDataModelItem.cpp \
$(NULL)
include $(DEPTH)/config/config.mk