+#!/usr/bin/python
SConscript(['SoundSystem/SConscript',
'string/SConscript',
'ghost/SConscript',
'container/SConscript',
'memutil/SConscript/',
'decimation/SConscript',
- 'bsp/SConscript',
- 'iksolver/SConscript'])
+ 'iksolver/SConscript',
+ 'boolop/SConscript',
+ 'elbeem/SConscript',
+ 'opennl/SConscript'])
+
+# NEW_CSG was intended for intern/csg, but
+# getting it to compile is difficult
+# intern/bsp has been used anyway, so
+# perhaps get rid of intern/csg?
+NEW_CSG='false'
+
+if NEW_CSG=='false':
+ SConscript(['bsp/SConscript'])
+else:
+ SConscript(['csg/SConscript'])