4 SConscript(['SoundSystem/SConscript',
7 'guardedalloc/SConscript',
10 'container/SConscript',
11 'memutil/SConscript/',
12 'decimation/SConscript',
13 'iksolver/SConscript',
17 # NEW_CSG was intended for intern/csg, but
18 # getting it to compile is difficult
19 # intern/bsp has been used anyway, so
20 # perhaps get rid of intern/csg?
23 if env
['BF_NO_ELBEEM'] == 0:
24 SConscript(['elbeem/SConscript'])
27 SConscript(['bsp/SConscript'])
29 SConscript(['csg/SConscript'])