Show
Ignore:
Timestamp:
07/16/07 00:52:08 (1 year ago)
Author:
vossg
Message:

fixed : windows compile problems

duplicated functions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/build.info

    r822 r837  
    55else: 
    66   library = "OSGCluster" 
    7    osg_dep_libs = ['OSGBase', 'OSGSystem', 'OSGState', 'OSGWindow'] 
     7   osg_dep_libs = ['OSGBase', 'OSGSystem', 'OSGState', 'OSGDrawable',  
     8                   'OSGWindow'] 
    89 
    910   # Tests' dependencies 
    1011 
    11    osg_test_libs = ['OSGState', 'OSGDrawable', 'OSGUtil', 'OSGWindowGLUT',  
     12   osg_test_libs = ['OSGState', 'OSGUtil', 'OSGWindowGLUT',  
    1213                    'OSGGroup', 'OSGText', 'OSGFileIO'] 
    1314