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
parent 9e951476a4
commit c7503b0018
2 changed files with 2 additions and 0 deletions

View File

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

View File

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