2004-05-16 13:07:20 +00:00
|
|
|
#!/usr/bin/python
|
2004-01-04 21:11:59 +00:00
|
|
|
SConscript(['SoundSystem/SConscript',
|
|
|
|
'string/SConscript',
|
|
|
|
'ghost/SConscript',
|
|
|
|
'guardedalloc/SConscript',
|
|
|
|
'bmfont/SConscript',
|
|
|
|
'moto/SConscript',
|
|
|
|
'container/SConscript',
|
|
|
|
'memutil/SConscript/',
|
|
|
|
'decimation/SConscript',
|
2004-07-13 11:42:13 +00:00
|
|
|
'iksolver/SConscript',
|
2005-10-29 13:26:31 +00:00
|
|
|
'boolop/SConscript',
|
2005-09-18 13:27:12 +00:00
|
|
|
'elbeem/SConscript',
|
2004-07-13 11:42:13 +00:00
|
|
|
'opennl/SConscript'])
|
2004-03-09 18:21:28 +00:00
|
|
|
|
|
|
|
NEW_CSG='false'
|
|
|
|
|
|
|
|
if NEW_CSG=='false':
|
|
|
|
SConscript(['bsp/SConscript'])
|
|
|
|
else:
|
|
|
|
SConscript(['csg/SConscript'])
|