Added nsFrameUtil to the build

This commit is contained in:
kipp%netscape.com 1998-12-10 18:04:18 +00:00
Родитель 0759fb70eb
Коммит 12870120d5
2 изменённых файлов: 11 добавлений и 8 удалений

Просмотреть файл

@ -33,9 +33,10 @@ CPPSRCS = \
nsDocument.cpp \
nsDocumentFragment.cpp \
nsFrameImageLoader.cpp \
nsFrameUtil.cpp \
nsGalleyContext.cpp \
nsPresContext.cpp \
nsPrintContext.cpp \
nsPrintContext.cpp \
nsPrintPreviewContext.cpp \
nsSpaceManager.cpp \
nsStyleCoord.cpp \
@ -43,8 +44,8 @@ CPPSRCS = \
nsStyleSet.cpp \
nsTextFragment.cpp \
nsXIFConverter.cpp \
nsRange.cpp \
nsRangeList.cpp \
nsRange.cpp \
nsRangeList.cpp \
nsLayoutAtoms.cpp \
$(NULL)

Просмотреть файл

@ -29,9 +29,10 @@ CPPSRCS = \
nsDocument.cpp \
nsDocumentFragment.cpp \
nsFrameImageLoader.cpp \
nsFrameUtil.cpp \
nsGalleyContext.cpp \
nsPresContext.cpp \
nsPrintContext.cpp \
nsPrintContext.cpp \
nsPrintPreviewContext.cpp \
nsSpaceManager.cpp \
nsStyleContext.cpp \
@ -39,9 +40,9 @@ CPPSRCS = \
nsStyleSet.cpp \
nsTextFragment.cpp \
nsXIFConverter.cpp \
nsRangeList.cpp \
nsRangeList.cpp \
nsLayoutAtoms.cpp \
nsRange.cpp \
nsRange.cpp \
$(NULL)
MODULE=raptor
@ -54,9 +55,10 @@ CPP_OBJS= \
.\$(OBJDIR)\nsDocument.obj \
.\$(OBJDIR)\nsDocumentFragment.obj \
.\$(OBJDIR)\nsFrameImageLoader.obj \
.\$(OBJDIR)\nsFrameUtil.obj \
.\$(OBJDIR)\nsGalleyContext.obj \
.\$(OBJDIR)\nsPresContext.obj \
.\$(OBJDIR)\nsPrintContext.obj \
.\$(OBJDIR)\nsPrintContext.obj \
.\$(OBJDIR)\nsPrintPreviewContext.obj \
.\$(OBJDIR)\nsSpaceManager.obj \
.\$(OBJDIR)\nsStyleContext.obj \
@ -66,7 +68,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsXIFConverter.obj \
.\$(OBJDIR)\nsRangeList.obj \
.\$(OBJDIR)\nsLayoutAtoms.obj \
.\$(OBJDIR)\nsRange.obj \
.\$(OBJDIR)\nsRange.obj \
$(NULL)
LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\raptor \