From Stephan Huber: added missing config files and updated xcode-project
This commit is contained in:
10
Xcode/OpenSceneGraph/config/OpenThreads/Config
Normal file
10
Xcode/OpenSceneGraph/config/OpenThreads/Config
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _OPENTHREADS_CONFIG
|
||||
#define _OPENTHREADS_CONFIG
|
||||
|
||||
/* #undef _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS */
|
||||
/* #undef _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS */
|
||||
/* #undef _OPENTHREADS_ATOMIC_USE_SUN */
|
||||
/* #undef _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED */
|
||||
/* #undef _OPENTHREADS_ATOMIC_USE_MUTEX */
|
||||
|
||||
#endif
|
||||
10
Xcode/OpenSceneGraph/config/osg/Config
Normal file
10
Xcode/OpenSceneGraph/config/osg/Config
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef OSG_CONFIG
|
||||
#define OSG_CONFIG 1
|
||||
|
||||
/* #undef OSG_USE_FLOAT_MATRIX */
|
||||
/* #undef OSG_USE_FLOAT_PLANE */
|
||||
#define OSG_USE_FLOAT_BOUNDINGSPHERE
|
||||
#define OSG_USE_FLOAT_BOUNDINGBOX
|
||||
/* #undef OSG_ENFORCE_THREADSAFE */
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user