From 0d0405cc0b5444006bc92215562878f9dbcb894a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 31 Dec 2001 00:04:38 +0000 Subject: [PATCH] Updates to NEWS for date of release, and added include/osg/DisplaySettings and include/osg/LineWidth to the src/osg/Makefile. --- NEWS | 2 +- src/osg/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8e29acec5..5d62ed6ee 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ OSG News (most significant items from ChangeLog) ================================================ -14th December 2001 - osg-0.8.43.tar.gz +30th December 2001 - osg-0.8.43.tar.gz >>> Support for TrueType text, Stereo out of the box, and much more. diff --git a/src/osg/Makefile b/src/osg/Makefile index 9681a049d..e1bbeef3d 100644 --- a/src/osg/Makefile +++ b/src/osg/Makefile @@ -74,7 +74,7 @@ TARGET_INCLUDE_FILES = \ osg/ColorMatrix\ osg/CullFace\ osg/Depth\ - osg/VisualsSettings\ + osg/DisplaySettings\ osg/Drawable\ osg/EarthSky\ osg/Export\ @@ -94,6 +94,7 @@ TARGET_INCLUDE_FILES = \ osg/Light\ osg/LightSource\ osg/LineSegment\ + osg/LineWidth\ osg/Material\ osg/Math\ osg/Matrix\