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
|
|
|
|
2006-02-24 18:55:44 +00:00
|
|
|
if env['WITH_BF_GAMEENGINE']:
|
|
|
|
SConscript(['qhull/SConscript',
|
|
|
|
'solid/SConscript'])
|
2006-03-01 09:15:50 +00:00
|
|
|
if env['WITH_BF_BULLET']:
|
|
|
|
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'])
|
2006-08-22 13:04:07 +00:00
|
|
|
|
|
|
|
if env['WITH_BF_VERSE']:
|
|
|
|
SConscript(['verse/dist/SConstruct'])
|