From d091d8c0744d70eacde48d9f6edfa187bbb31ffa Mon Sep 17 00:00:00 2001 From: kipp Date: Fri, 29 May 1998 02:10:51 +0000 Subject: [PATCH] Removed nsListItemFrame and added nsHTMLBullet git-svn-id: svn://10.0.0.236/trunk@2595 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/base/src/Makefile | 2 +- mozilla/layout/html/base/src/makefile.win | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/layout/html/base/src/Makefile b/mozilla/layout/html/base/src/Makefile index bf550447d42..f636b6d16b8 100644 --- a/mozilla/layout/html/base/src/Makefile +++ b/mozilla/layout/html/base/src/Makefile @@ -28,6 +28,7 @@ CPPSRCS = \ nsGlobalVariables.cpp \ nsHRPart.cpp \ nsHTMLAtoms.cpp \ + nsHTMLBullet.cpp \ nsHTMLContainer.cpp \ nsHTMLContainerFrame.cpp \ nsHTMLContent.cpp \ @@ -38,7 +39,6 @@ CPPSRCS = \ nsImageMap.cpp \ nsInlineFrame.cpp \ nsLeafFrame.cpp \ - nsListItemFrame.cpp \ nsPageFrame.cpp \ nsPlaceholderFrame.cpp \ nsRootPart.cpp \ diff --git a/mozilla/layout/html/base/src/makefile.win b/mozilla/layout/html/base/src/makefile.win index 9e99c75cc15..896f567f3b4 100644 --- a/mozilla/layout/html/base/src/makefile.win +++ b/mozilla/layout/html/base/src/makefile.win @@ -31,6 +31,7 @@ CPPSRCS= \ nsGlobalVariables.cpp \ nsHRPart.cpp \ nsHTMLAtoms.cpp \ + nsHTMLBullet.cpp \ nsHTMLContainer.cpp \ nsHTMLContainerFrame.cpp \ nsHTMLContent.cpp \ @@ -41,7 +42,6 @@ CPPSRCS= \ nsInlineFrame.cpp \ nsLeafFrame.cpp \ nsLineLayout.cpp \ - nsListItemFrame.cpp \ nsPageFrame.cpp \ nsPlaceholderFrame.cpp \ nsRootPart.cpp \ @@ -61,6 +61,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsGlobalVariables.obj \ .\$(OBJDIR)\nsHRPart.obj \ .\$(OBJDIR)\nsHTMLAtoms.obj \ + .\$(OBJDIR)\nsHTMLBullet.obj \ .\$(OBJDIR)\nsHTMLContainer.obj \ .\$(OBJDIR)\nsHTMLContainerFrame.obj \ .\$(OBJDIR)\nsHTMLContent.obj \ @@ -72,7 +73,6 @@ CPP_OBJS= \ .\$(OBJDIR)\nsInlineFrame.obj \ .\$(OBJDIR)\nsLeafFrame.obj \ .\$(OBJDIR)\nsLineLayout.obj \ - .\$(OBJDIR)\nsListItemFrame.obj \ .\$(OBJDIR)\nsPageFrame.obj \ .\$(OBJDIR)\nsPlaceholderFrame.obj \ .\$(OBJDIR)\nsRootPart.obj \