From f5d46b23b8fbd265af99b1e1752ab6995d63d004 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Sat, 10 Oct 1998 03:23:52 +0000 Subject: [PATCH] Added nsJSRenderingContext to the build --- gfx/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/src/Makefile b/gfx/src/Makefile index 38734c38a54..38f629cd997 100644 --- a/gfx/src/Makefile +++ b/gfx/src/Makefile @@ -37,7 +37,8 @@ CPPSRCS=nsColor.cpp nsColorNames.cpp nsColorNamesRGB.cpp nsFont.cpp \ nsImageGroup.cpp nsImageManager.cpp nsImageNetContextAsync.cpp \ nsImageRenderer.cpp nsImageRequest.cpp nsImageSystemServices.cpp \ nsImageURL.cpp nsRect.cpp nsTransform2D.cpp \ - nsDeviceContext.cpp nsImageNetContextSync.cpp + nsDeviceContext.cpp nsImageNetContextSync.cpp \ + nsJSRenderingContext.cpp EXPORTS=nsColor.h nsColorNames.h nsCoord.h nsFont.h nsRect.h nsPoint.h \ nsSize.h nsMargin.h nsTransform2D.h nsIRenderingContext.h \