From 2692c506e9a28ef5ddd0d3420160f07c7114407b Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Sat, 5 Dec 1998 16:00:56 +0000 Subject: [PATCH] Added new source files git-svn-id: svn://10.0.0.236/trunk@15838 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/base/src/Makefile.in | 7 +++++-- mozilla/layout/html/base/src/makefile.win | 10 ++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/html/base/src/Makefile.in b/mozilla/layout/html/base/src/Makefile.in index dc776c15a92..ba7f7f93e7d 100644 --- a/mozilla/layout/html/base/src/Makefile.in +++ b/mozilla/layout/html/base/src/Makefile.in @@ -29,7 +29,9 @@ CPPSRCS= \ nsAbsoluteFrame.cpp \ nsBRFrame.cpp \ nsBlockFrame.cpp \ + nsBlockReflowContext.cpp \ nsBodyFrame.cpp \ + nsBulletFrame.cpp \ nsContainerFrame.cpp \ nsFrame.cpp \ nsFrameReflowState.cpp \ @@ -45,12 +47,13 @@ CPPSRCS= \ nsInlineFrame.cpp \ nsInlineReflow.cpp \ nsLeafFrame.cpp \ + nsLineBox.cpp \ nsLineLayout.cpp \ nsObjectFrame.cpp \ nsPageFrame.cpp \ nsPlaceholderFrame.cpp \ nsPresShell.cpp \ - nsSimplePageSequence.cpp \ + nsSimplePageSequence.cpp \ nsScrollFrame.cpp \ nsSpacerFrame.cpp \ nsSplittableFrame.cpp \ @@ -61,7 +64,7 @@ CPPSRCS= \ EXPORTS = \ nsGlobalVariables.h \ - nsIHTMLContent.h \ + nsIHTMLContent.h \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) diff --git a/mozilla/layout/html/base/src/makefile.win b/mozilla/layout/html/base/src/makefile.win index 1cdacb90ae1..0b8ffb5184e 100644 --- a/mozilla/layout/html/base/src/makefile.win +++ b/mozilla/layout/html/base/src/makefile.win @@ -29,7 +29,9 @@ CPPSRCS= \ nsAbsoluteFrame.cpp \ nsBRFrame.cpp \ nsBlockFrame.cpp \ + nsBlockReflowContext.cpp \ nsBodyFrame.cpp \ + nsBulletFrame.cpp \ nsContainerFrame.cpp \ nsFrame.cpp \ nsFrameReflowState.cpp \ @@ -45,12 +47,13 @@ CPPSRCS= \ nsInlineFrame.cpp \ nsInlineReflow.cpp \ nsLeafFrame.cpp \ + nsLineBox.cpp \ nsLineLayout.cpp \ nsObjectFrame.cpp \ nsPageFrame.cpp \ nsPlaceholderFrame.cpp \ nsPresShell.cpp \ - nsSimplePageSequence.cpp \ + nsSimplePageSequence.cpp \ nsScrollFrame.cpp \ nsSpacerFrame.cpp \ nsSplittableFrame.cpp \ @@ -63,7 +66,9 @@ CPP_OBJS= \ .\$(OBJDIR)\nsAbsoluteFrame.obj \ .\$(OBJDIR)\nsBRFrame.obj \ .\$(OBJDIR)\nsBlockFrame.obj \ + .\$(OBJDIR)\nsBlockReflowContext.obj \ .\$(OBJDIR)\nsBodyFrame.obj \ + .\$(OBJDIR)\nsBulletFrame.obj \ .\$(OBJDIR)\nsContainerFrame.obj \ .\$(OBJDIR)\nsFrame.obj \ .\$(OBJDIR)\nsFrameReflowState.obj \ @@ -79,12 +84,13 @@ CPP_OBJS= \ .\$(OBJDIR)\nsInlineFrame.obj \ .\$(OBJDIR)\nsInlineReflow.obj \ .\$(OBJDIR)\nsLeafFrame.obj \ + .\$(OBJDIR)\nsLineBox.obj \ .\$(OBJDIR)\nsLineLayout.obj \ .\$(OBJDIR)\nsObjectFrame.obj \ .\$(OBJDIR)\nsPageFrame.obj \ .\$(OBJDIR)\nsPlaceholderFrame.obj \ .\$(OBJDIR)\nsPresShell.obj \ - .\$(OBJDIR)\nsSimplePageSequence.obj \ + .\$(OBJDIR)\nsSimplePageSequence.obj \ .\$(OBJDIR)\nsScrollFrame.obj \ .\$(OBJDIR)\nsSpacerFrame.obj \ .\$(OBJDIR)\nsSplittableFrame.obj \