Changeset 37
- Timestamp:
- 08/21/06 11:48:24 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/scons_build_creation/Source/System/Action/RenderTraversal/build.info
r35 r37 9 9 # Tests' dependencies 10 10 11 test_libs = [ 'OSGGroup', 'OSGDrawable']11 osg_test_libs = ['OSGGroup', 'OSGDrawable', 'OSGState', 'OSGFileIO', 'OSGWindowX'] 12 12 test_cpppath = [] 13 13 test_libpath = [] branches/scons_build_creation/Source/System/State/build.info
r35 r37 6 6 library = "OSGState" 7 7 osg_dep_libs = ['OSGBase', 'OSGSystem'] 8 libs = ["GLU"] 8 9 9 10 # Tests' dependencies branches/scons_build_creation/Source/WindowSystem/X/build.info
r34 r37 8 8 else: 9 9 library = "OSGWindowX" 10 osg_dep_libs = ['OSGBase', 'OSGSystem' ]10 osg_dep_libs = ['OSGBase', 'OSGSystem','OSGWindow']
