Changeset 9757
- Timestamp:
- 02/10/09 21:31:50 (4 years ago)
- Location:
- OpenSceneGraph/trunk
- Files:
-
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
src/osgPlugins/cfg/ConfigParser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/CMakeLists.txt
r9741 r9757 34 34 # set to 0 when not a release candidate, non zero means that any generated 35 35 # svn tags will be treated as release candidates of given number 36 SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 1)36 SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 0) 37 37 38 38 SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION}) -
OpenSceneGraph/trunk/src/osgPlugins/cfg/ConfigParser.cpp
r9393 r9757 2262 2262 else 2263 2263 */ 2264 execlp( cpp_path, "cpp", "-P", fileName.c_str(), NULL );2264 execlp( cpp_path, "cpp", "-P", fileName.c_str(), (char *)NULL ); 2265 2265 2266 2266 // This should not execute unless an error happens
