Added new source files

This commit is contained in:
kipp%netscape.com 1998-12-05 16:00:56 +00:00
parent c3cc9ba60e
commit f41c946598
2 changed files with 13 additions and 4 deletions

View File

@ -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))

View File

@ -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 \