From David Callu, improved consistency of Version strings and add version support

for osgIntrospection and osgManipulator.
This commit is contained in:
Robert Osfield
2007-09-05 17:12:24 +00:00
parent 92b1e7d53f
commit b20d542317
23 changed files with 269 additions and 20 deletions

View File

@@ -29,10 +29,10 @@ extern "C" {
* Here is the code to add to your configure.in:
\verbatim
#
# Check for the OpenSceneGraph Terrain library
# Check for the OpenSceneGraph Particle library
#
AC_CHECK_LIB(osg, osgParticleGetVersion, ,
[AC_MSG_ERROR(OpenSceneGraph Terrain library not found. See http://www.openscenegraph.org)],)
[AC_MSG_ERROR(OpenSceneGraph Particle library not found. See http://www.openscenegraph.org)],)
\endverbatim
*/
OSGPARTICLE_EXPORT const char* osgParticleGetVersion();