Changeset 848
- Timestamp:
- 07/25/07 23:15:39 (1 year ago)
- Files:
-
- branches/fcptr_stable_jun07/Source/Base/Base/OSGConfig.h (modified) (2 diffs)
- branches/fcptr_stable_jun07/Source/SConscript (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/Base/Base/OSGConfig.h
r706 r848 53 53 54 54 55 #ifdef _DEBUG56 #define OSG_DEBUG57 #endif55 //#ifdef _DEBUG 56 //#define OSG_DEBUG 57 //#endif 58 58 59 59 /*-------------------------------------------------------------------------*/ … … 889 889 #endif 890 890 891 #ifdef _DEBUG892 #define OSG_DEBUG893 #endif891 //#ifdef _DEBUG 892 //#define OSG_DEBUG 893 //#endif 894 894 895 895 #ifdef OSG_DEBUG branches/fcptr_stable_jun07/Source/SConscript
r578 r848 44 44 FRAMEWORKPATH=config_info.getFrameworkPath(), 45 45 FRAMEWORKS=config_info.getFrameworks()) 46 47 # Define OSG_DEBUG if needed 48 if combo["type"] in ["debug","hybrid"]: 49 lib_env.Append(CPPDEFINES=["OSG_DEBUG",]) 46 50 47 51 # XXX: Apply custom options
