From 620e6b4220044bb7fe6518ca55c3c70ad293110e Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Sun, 6 Sep 1998 00:18:26 +0000 Subject: [PATCH] Added nsTextNode --- content/html/content/src/makefile.win | 4 ++++ layout/html/content/src/Makefile | 2 ++ layout/html/content/src/makefile.win | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/content/html/content/src/makefile.win b/content/html/content/src/makefile.win index 358999e20600..c4c932d7fb44 100644 --- a/content/html/content/src/makefile.win +++ b/content/html/content/src/makefile.win @@ -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 \ diff --git a/layout/html/content/src/Makefile b/layout/html/content/src/Makefile index 35e0f5faa037..0dfe81e7b1aa 100644 --- a/layout/html/content/src/Makefile +++ b/layout/html/content/src/Makefile @@ -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 diff --git a/layout/html/content/src/makefile.win b/layout/html/content/src/makefile.win index 358999e20600..c4c932d7fb44 100644 --- a/layout/html/content/src/makefile.win +++ b/layout/html/content/src/makefile.win @@ -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 \