From 54a4aa65d1f08bc77c6fa4effeb04e64ccee1c1e Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Wed, 2 Sep 1998 01:08:15 +0000 Subject: [PATCH] Added new source to the build --- content/html/content/src/makefile.win | 44 +++++++++++++++++++++++++-- layout/html/content/src/Makefile | 22 +++++++++++++- layout/html/content/src/makefile.win | 44 +++++++++++++++++++++++++-- 3 files changed, 105 insertions(+), 5 deletions(-) diff --git a/content/html/content/src/makefile.win b/content/html/content/src/makefile.win index 6dc0911f8231..9516c6e806b4 100644 --- a/content/html/content/src/makefile.win +++ b/content/html/content/src/makefile.win @@ -36,18 +36,38 @@ CPPSRCS= \ nsHTMLDirectory.cpp \ nsHTMLDiv.cpp \ nsHTMLEmbed.cpp \ + nsHTMLFont.cpp \ nsHTMLGenericContent.cpp \ - nsHTMLHead.cpp \ nsHTMLHR.cpp \ + nsHTMLHead.cpp \ + nsHTMLHeading.cpp \ + nsHTMLHtml.cpp \ nsHTMLInput.cpp \ + nsHTMLIns.cpp \ + nsHTMLLI.cpp \ nsHTMLLayer.cpp \ nsHTMLLink.cpp \ + nsHTMLMap.cpp \ + nsHTMLMenu.cpp \ nsHTMLMeta.cpp \ + nsHTMLMod.cpp \ + nsHTMLOList.cpp \ nsHTMLObject.cpp \ + nsHTMLOption.cpp \ + nsHTMLParagraph.cpp \ nsHTMLParam.cpp \ + nsHTMLPre.cpp \ + nsHTMLQuote.cpp \ nsHTMLScript.cpp \ nsHTMLStyle.cpp \ + nsHTMLTable.cpp \ + nsHTMLTableCaption.cpp \ + nsHTMLTableCell.cpp \ + nsHTMLTableCol.cpp \ + nsHTMLTableRow.cpp \ + nsHTMLTableSection.cpp \ nsHTMLTitle.cpp \ + nsHTMLUList.cpp \ nsObjectContent.cpp \ $(NULL) @@ -65,18 +85,38 @@ CPP_OBJS= \ .\$(OBJDIR)\nsHTMLDirectory.obj \ .\$(OBJDIR)\nsHTMLDiv.obj \ .\$(OBJDIR)\nsHTMLEmbed.obj \ + .\$(OBJDIR)\nsHTMLFont.obj \ .\$(OBJDIR)\nsHTMLGenericContent.obj \ - .\$(OBJDIR)\nsHTMLHead.obj \ .\$(OBJDIR)\nsHTMLHR.obj \ + .\$(OBJDIR)\nsHTMLHead.obj \ + .\$(OBJDIR)\nsHTMLHeading.obj \ + .\$(OBJDIR)\nsHTMLHtml.obj \ .\$(OBJDIR)\nsHTMLInput.obj \ + .\$(OBJDIR)\nsHTMLIns.obj \ + .\$(OBJDIR)\nsHTMLLI.obj \ .\$(OBJDIR)\nsHTMLLayer.obj \ .\$(OBJDIR)\nsHTMLLink.obj \ + .\$(OBJDIR)\nsHTMLMap.obj \ + .\$(OBJDIR)\nsHTMLMenu.obj \ .\$(OBJDIR)\nsHTMLMeta.obj \ + .\$(OBJDIR)\nsHTMLMod.obj \ + .\$(OBJDIR)\nsHTMLOList.obj \ .\$(OBJDIR)\nsHTMLObject.obj \ + .\$(OBJDIR)\nsHTMLOption.obj \ + .\$(OBJDIR)\nsHTMLParagraph.obj \ .\$(OBJDIR)\nsHTMLParam.obj \ + .\$(OBJDIR)\nsHTMLPre.obj \ + .\$(OBJDIR)\nsHTMLQuote.obj \ .\$(OBJDIR)\nsHTMLScript.obj \ .\$(OBJDIR)\nsHTMLStyle.obj \ + .\$(OBJDIR)\nsHTMLTable.obj \ + .\$(OBJDIR)\nsHTMLTableCaption.obj \ + .\$(OBJDIR)\nsHTMLTableCell.obj \ + .\$(OBJDIR)\nsHTMLTableCol.obj \ + .\$(OBJDIR)\nsHTMLTableRow.obj \ + .\$(OBJDIR)\nsHTMLTableSection.obj \ .\$(OBJDIR)\nsHTMLTitle.obj \ + .\$(OBJDIR)\nsHTMLUList.obj \ .\$(OBJDIR)\nsObjectContent.obj \ $(NULL) diff --git a/layout/html/content/src/Makefile b/layout/html/content/src/Makefile index 3c8d3b0024ac..2ab3f382f63c 100644 --- a/layout/html/content/src/Makefile +++ b/layout/html/content/src/Makefile @@ -34,18 +34,38 @@ CPPSRCS= \ nsHTMLDirectory.cpp \ nsHTMLDiv.cpp \ nsHTMLEmbed.cpp \ + nsHTMLFont.cpp \ nsHTMLGenericContent.cpp \ - nsHTMLHead.cpp \ nsHTMLHR.cpp \ + nsHTMLHead.cpp \ + nsHTMLHeading.cpp \ + nsHTMLHtml.cpp \ nsHTMLInput.cpp \ + nsHTMLIns.cpp \ + nsHTMLLI.cpp \ nsHTMLLayer.cpp \ nsHTMLLink.cpp \ + nsHTMLMap.cpp \ + nsHTMLMenu.cpp \ nsHTMLMeta.cpp \ + nsHTMLMod.cpp \ + nsHTMLOList.cpp \ nsHTMLObject.cpp \ + nsHTMLOption.cpp \ + nsHTMLParagraph.cpp \ nsHTMLParam.cpp \ + nsHTMLPre.cpp \ + nsHTMLQuote.cpp \ nsHTMLScript.cpp \ nsHTMLStyle.cpp \ + nsHTMLTable.cpp \ + nsHTMLTableCaption.cpp \ + nsHTMLTableCell.cpp \ + nsHTMLTableCol.cpp \ + nsHTMLTableRow.cpp \ + nsHTMLTableSection.cpp \ nsHTMLTitle.cpp \ + nsHTMLUList.cpp \ nsObjectContent.cpp \ $(NULL) diff --git a/layout/html/content/src/makefile.win b/layout/html/content/src/makefile.win index 6dc0911f8231..9516c6e806b4 100644 --- a/layout/html/content/src/makefile.win +++ b/layout/html/content/src/makefile.win @@ -36,18 +36,38 @@ CPPSRCS= \ nsHTMLDirectory.cpp \ nsHTMLDiv.cpp \ nsHTMLEmbed.cpp \ + nsHTMLFont.cpp \ nsHTMLGenericContent.cpp \ - nsHTMLHead.cpp \ nsHTMLHR.cpp \ + nsHTMLHead.cpp \ + nsHTMLHeading.cpp \ + nsHTMLHtml.cpp \ nsHTMLInput.cpp \ + nsHTMLIns.cpp \ + nsHTMLLI.cpp \ nsHTMLLayer.cpp \ nsHTMLLink.cpp \ + nsHTMLMap.cpp \ + nsHTMLMenu.cpp \ nsHTMLMeta.cpp \ + nsHTMLMod.cpp \ + nsHTMLOList.cpp \ nsHTMLObject.cpp \ + nsHTMLOption.cpp \ + nsHTMLParagraph.cpp \ nsHTMLParam.cpp \ + nsHTMLPre.cpp \ + nsHTMLQuote.cpp \ nsHTMLScript.cpp \ nsHTMLStyle.cpp \ + nsHTMLTable.cpp \ + nsHTMLTableCaption.cpp \ + nsHTMLTableCell.cpp \ + nsHTMLTableCol.cpp \ + nsHTMLTableRow.cpp \ + nsHTMLTableSection.cpp \ nsHTMLTitle.cpp \ + nsHTMLUList.cpp \ nsObjectContent.cpp \ $(NULL) @@ -65,18 +85,38 @@ CPP_OBJS= \ .\$(OBJDIR)\nsHTMLDirectory.obj \ .\$(OBJDIR)\nsHTMLDiv.obj \ .\$(OBJDIR)\nsHTMLEmbed.obj \ + .\$(OBJDIR)\nsHTMLFont.obj \ .\$(OBJDIR)\nsHTMLGenericContent.obj \ - .\$(OBJDIR)\nsHTMLHead.obj \ .\$(OBJDIR)\nsHTMLHR.obj \ + .\$(OBJDIR)\nsHTMLHead.obj \ + .\$(OBJDIR)\nsHTMLHeading.obj \ + .\$(OBJDIR)\nsHTMLHtml.obj \ .\$(OBJDIR)\nsHTMLInput.obj \ + .\$(OBJDIR)\nsHTMLIns.obj \ + .\$(OBJDIR)\nsHTMLLI.obj \ .\$(OBJDIR)\nsHTMLLayer.obj \ .\$(OBJDIR)\nsHTMLLink.obj \ + .\$(OBJDIR)\nsHTMLMap.obj \ + .\$(OBJDIR)\nsHTMLMenu.obj \ .\$(OBJDIR)\nsHTMLMeta.obj \ + .\$(OBJDIR)\nsHTMLMod.obj \ + .\$(OBJDIR)\nsHTMLOList.obj \ .\$(OBJDIR)\nsHTMLObject.obj \ + .\$(OBJDIR)\nsHTMLOption.obj \ + .\$(OBJDIR)\nsHTMLParagraph.obj \ .\$(OBJDIR)\nsHTMLParam.obj \ + .\$(OBJDIR)\nsHTMLPre.obj \ + .\$(OBJDIR)\nsHTMLQuote.obj \ .\$(OBJDIR)\nsHTMLScript.obj \ .\$(OBJDIR)\nsHTMLStyle.obj \ + .\$(OBJDIR)\nsHTMLTable.obj \ + .\$(OBJDIR)\nsHTMLTableCaption.obj \ + .\$(OBJDIR)\nsHTMLTableCell.obj \ + .\$(OBJDIR)\nsHTMLTableCol.obj \ + .\$(OBJDIR)\nsHTMLTableRow.obj \ + .\$(OBJDIR)\nsHTMLTableSection.obj \ .\$(OBJDIR)\nsHTMLTitle.obj \ + .\$(OBJDIR)\nsHTMLUList.obj \ .\$(OBJDIR)\nsObjectContent.obj \ $(NULL)