Added nsTextNode

git-svn-id: svn://10.0.0.236/trunk@9447 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1998-09-06 00:18:26 +00:00
parent 43f634963b
commit d7badd5a07
3 changed files with 10 additions and 0 deletions

View File

@ -24,6 +24,7 @@ DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
CPPSRCS= \
nsCommentNode.cpp \
nsGenericDOMDataNode.cpp \
nsGenericHTMLElement.cpp \
nsHTMLAnchorElement.cpp \
nsHTMLAppletElement.cpp \
@ -83,10 +84,12 @@ CPPSRCS= \
nsHTMLTitleElement.cpp \
nsHTMLUListElement.cpp \
nsHTMLWBRElement.cpp \
nsTextNode.cpp \
$(NULL)
CPP_OBJS= \
.\$(OBJDIR)\nsCommentNode.obj \
.\$(OBJDIR)\nsGenericDOMDataNode.obj \
.\$(OBJDIR)\nsGenericHTMLElement.obj \
.\$(OBJDIR)\nsHTMLAnchorElement.obj \
.\$(OBJDIR)\nsHTMLAppletElement.obj \
@ -146,6 +149,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsHTMLTitleElement.obj \
.\$(OBJDIR)\nsHTMLUListElement.obj \
.\$(OBJDIR)\nsHTMLWBRElement.obj \
.\$(OBJDIR)\nsTextNode.obj \
$(NULL)
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \

View File

@ -22,6 +22,7 @@ LIBRARY_NAME = nglhtmlcon_s
# Note the sophisticated alphabetical ordering :-|
CPPSRCS= \
nsCommentNode.cpp \
nsGenericDOMDataNode.cpp \
nsGenericHTMLElement.cpp \
nsHTMLAnchorElement.cpp \
nsHTMLAppletElement.cpp \
@ -81,6 +82,7 @@ CPPSRCS= \
nsHTMLTitleElement.cpp \
nsHTMLUListElement.cpp \
nsHTMLWBRElement.cpp \
nsTextNode.cpp \
$(NULL)
MODULE = raptor

View File

@ -24,6 +24,7 @@ DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
CPPSRCS= \
nsCommentNode.cpp \
nsGenericDOMDataNode.cpp \
nsGenericHTMLElement.cpp \
nsHTMLAnchorElement.cpp \
nsHTMLAppletElement.cpp \
@ -83,10 +84,12 @@ CPPSRCS= \
nsHTMLTitleElement.cpp \
nsHTMLUListElement.cpp \
nsHTMLWBRElement.cpp \
nsTextNode.cpp \
$(NULL)
CPP_OBJS= \
.\$(OBJDIR)\nsCommentNode.obj \
.\$(OBJDIR)\nsGenericDOMDataNode.obj \
.\$(OBJDIR)\nsGenericHTMLElement.obj \
.\$(OBJDIR)\nsHTMLAnchorElement.obj \
.\$(OBJDIR)\nsHTMLAppletElement.obj \
@ -146,6 +149,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsHTMLTitleElement.obj \
.\$(OBJDIR)\nsHTMLUListElement.obj \
.\$(OBJDIR)\nsHTMLWBRElement.obj \
.\$(OBJDIR)\nsTextNode.obj \
$(NULL)
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor -I$(PUBLIC)\js \