Modified the makefiles to handle the new XUL attribute class.

This commit is contained in:
hyatt%netscape.com 1999-03-05 00:00:56 +00:00
Родитель 9e951476a4
Коммит c7503b0018
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -27,6 +27,7 @@ include $(topsrcdir)/config/config.mk
LIBRARY_NAME = rdfcontent_s
CPPSRCS = \
nsXULAttributes.cpp \
nsJSElementObserver.cpp \
nsJSNodeObserver.cpp \
nsJSXULDocument.cpp \

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

@ -27,6 +27,7 @@ LCFLAGS = \
$(NULL)
CPP_OBJS=\
.\$(OBJDIR)\nsXULAttributes.obj \
.\$(OBJDIR)\nsJSElementObserver.obj \
.\$(OBJDIR)\nsJSNodeObserver.obj \
.\$(OBJDIR)\nsJSXULDocument.obj \