#!/usr/bin/python
SConscript(['SoundSystem/SConscript',
            'string/SConscript',
            'ghost/SConscript',
            'guardedalloc/SConscript',
            'bmfont/SConscript',
            'moto/SConscript',
            'container/SConscript',
            'memutil/SConscript/',
            'decimation/SConscript',
            'iksolver/SConscript',
            'opennl/SConscript'])

NEW_CSG='false'

if NEW_CSG=='false':
	SConscript(['bsp/SConscript'])
else:
	SConscript(['csg/SConscript'])
