|
Revision 837, 501 bytes
(checked in by vossg, 1 year ago)
|
fixed : windows compile problems
duplicated functions
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
|
|---|
| 3 |
if option_pass: |
|---|
| 4 |
print "Processing option pass" |
|---|
| 5 |
else: |
|---|
| 6 |
library = "OSGCluster" |
|---|
| 7 |
osg_dep_libs = ['OSGBase', 'OSGSystem', 'OSGState', 'OSGDrawable', |
|---|
| 8 |
'OSGWindow'] |
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
osg_test_libs = ['OSGState', 'OSGUtil', 'OSGWindowGLUT', |
|---|
| 13 |
'OSGGroup', 'OSGText', 'OSGFileIO'] |
|---|
| 14 |
|
|---|
| 15 |
vtk_option = opts.GetOption("vtk") |
|---|
| 16 |
|
|---|
| 17 |
if vtk_option.isAvailable(): |
|---|
| 18 |
osg_test_libs.append('OSGContribVTK') |
|---|
| 19 |
|
|---|
| 20 |
test_cpppath = [] |
|---|
| 21 |
test_libpath = [] |
|---|