2004-05-16 13:07:20 +00:00
|
|
|
#!/usr/bin/python
|
2005-05-06 13:37:18 +00:00
|
|
|
|
2006-02-04 14:15:10 +00:00
|
|
|
Import('env')
|
2005-05-06 13:37:18 +00:00
|
|
|
|
2004-03-09 21:14:03 +00:00
|
|
|
SConscript(['qhull/SConscript',
|
2006-02-05 12:24:52 +00:00
|
|
|
'solid/SConscript',
|
|
|
|
'bullet/SConscript'])
|
2006-02-04 14:15:10 +00:00
|
|
|
|
2006-02-05 12:24:52 +00:00
|
|
|
if env['WITH_BF_INTERNATIONAL']:
|
2006-02-04 14:15:10 +00:00
|
|
|
SConscript(['bFTGL/SConscript'])
|