From 12870120d581a04e02dc1ae2081f58f2d20e2e36 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Thu, 10 Dec 1998 18:04:18 +0000 Subject: [PATCH] Added nsFrameUtil to the build --- layout/base/src/Makefile.in | 7 ++++--- layout/base/src/makefile.win | 12 +++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/layout/base/src/Makefile.in b/layout/base/src/Makefile.in index c6c312f088c..d9a304acad6 100644 --- a/layout/base/src/Makefile.in +++ b/layout/base/src/Makefile.in @@ -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) diff --git a/layout/base/src/makefile.win b/layout/base/src/makefile.win index 05867985632..7de695efba2 100644 --- a/layout/base/src/makefile.win +++ b/layout/base/src/makefile.win @@ -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 \