Removed nsListItemFrame and added nsHTMLBullet

This commit is contained in:
kipp 1998-05-29 02:10:51 +00:00
parent b31171c2f2
commit cccee9e040
2 changed files with 3 additions and 3 deletions

View File

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

View File

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