Added nsTextFragment to the build

This commit is contained in:
kipp%netscape.com 1998-10-20 00:19:32 +00:00
parent f13b83273b
commit c4a597fc7f
2 changed files with 5 additions and 2 deletions

View File

@ -35,7 +35,8 @@ CPPSRCS = \
nsStyleCoord.cpp \
nsStyleContext.cpp \
nsStyleSet.cpp \
nsXIFConverter.cpp \
nsTextFragment.cpp \
nsXIFConverter.cpp \
$(NULL)
MODULE = raptor

View File

@ -34,7 +34,8 @@ CPPSRCS = \
nsStyleContext.cpp \
nsStyleCoord.cpp \
nsStyleSet.cpp \
nsXIFConverter.cpp \
nsTextFragment.cpp \
nsXIFConverter.cpp \
$(NULL)
MODULE=raptor
@ -55,6 +56,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsStyleContext.obj \
.\$(OBJDIR)\nsStyleCoord.obj \
.\$(OBJDIR)\nsStyleSet.obj \
.\$(OBJDIR)\nsTextFragment.obj \
.\$(OBJDIR)\nsXIFConverter.obj \
$(NULL)