Hi All, This morning I completed more work on the march toward the next OpenSceneGraph release (2.0 :-), this entailed tagging the OpenSceneGraph to capture a point in time where both the VisualStudio and old gmake make build system are available. You can check this out:
svn co http://www.openscenegraph.com/svn/osg/OpenSceneGraph/tags/Last_VisualStudio_Gmake_BuildPoint OpenSceneGraph With the SVN trunk I have then removed all old GNUmakefile, the dist/ and make. directories, and the guts of the VisualStudio directory. Not all of the old VisualStudio directory has been removed as a couple of scripts and extension files might be of use. These files really belong under a directory named differently, perhaps as part of set of platform specific utils directories. Suggestions for naming welcome. I have also removed the bin and lib directories from the OpenSceneGraph SVN branch as CMake will create these on demand for you. More details on the CMake build can be found on the OSG wiki at: http://www.openscenegraph.com/osgwiki/pmwiki.php/Build/CMake Right now I haven't removed the XCode projects directory, as CMake isn't yet able to create frameworks yet. Once CMake adds this capability I'll remove the XCode projects as well. Cheers, Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
