Add nsHTMLUtils.cpp to the build

This commit is contained in:
waterson%netscape.com 2000-05-31 00:36:53 +00:00
Родитель 916e4d20c1
Коммит fbbf14c400
4 изменённых файлов: 6 добавлений и 0 удалений

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

@ -96,6 +96,7 @@ CPPSRCS = \
nsHTMLTitleElement.cpp \
nsHTMLUListElement.cpp \
nsHTMLUnknownElement.cpp \
nsHTMLUtils.cpp \
nsHTMLWBRElement.cpp \
$(NULL)

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

@ -33,6 +33,7 @@ CPPSRCS= \
nsAttributeContent.cpp \
nsGenericHTMLElement.cpp \
nsGenericDOMHTMLCollection.cpp \
nsHTMLUtils.cpp \
GenericElementCollection.cpp \
nsHTMLAnchorElement.cpp \
nsHTMLAppletElement.cpp \
@ -101,6 +102,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsAttributeContent.obj \
.\$(OBJDIR)\nsGenericHTMLElement.obj \
.\$(OBJDIR)\nsGenericDOMHTMLCollection.obj \
.\$(OBJDIR)\nsHTMLUtils.obj \
.\$(OBJDIR)\GenericElementCollection.obj \
.\$(OBJDIR)\nsHTMLAnchorElement.obj \
.\$(OBJDIR)\nsHTMLAppletElement.obj \

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

@ -96,6 +96,7 @@ CPPSRCS = \
nsHTMLTitleElement.cpp \
nsHTMLUListElement.cpp \
nsHTMLUnknownElement.cpp \
nsHTMLUtils.cpp \
nsHTMLWBRElement.cpp \
$(NULL)

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

@ -33,6 +33,7 @@ CPPSRCS= \
nsAttributeContent.cpp \
nsGenericHTMLElement.cpp \
nsGenericDOMHTMLCollection.cpp \
nsHTMLUtils.cpp \
GenericElementCollection.cpp \
nsHTMLAnchorElement.cpp \
nsHTMLAppletElement.cpp \
@ -101,6 +102,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsAttributeContent.obj \
.\$(OBJDIR)\nsGenericHTMLElement.obj \
.\$(OBJDIR)\nsGenericDOMHTMLCollection.obj \
.\$(OBJDIR)\nsHTMLUtils.obj \
.\$(OBJDIR)\GenericElementCollection.obj \
.\$(OBJDIR)\nsHTMLAnchorElement.obj \
.\$(OBJDIR)\nsHTMLAppletElement.obj \