Merge branch 'bl/light'
[plumiferos.git] / intern / SConscript
blobf6092b7bd0299dc078f2bd94492217aeb48c20e9
1 #!/usr/bin/python
2 Import ('env')
4 SConscript(['SoundSystem/SConscript',
5 'string/SConscript',
6 'ghost/SConscript',
7 'guardedalloc/SConscript',
8 'bmfont/SConscript',
9 'moto/SConscript',
10 'container/SConscript',
11 'memutil/SConscript/',
12 'decimation/SConscript',
13 'iksolver/SConscript',
14 'boolop/SConscript',
15 'opennl/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?
21 NEW_CSG='false'
23 if env['BF_NO_ELBEEM'] == 0:
24 SConscript(['elbeem/SConscript'])
26 if NEW_CSG=='false':
27 SConscript(['bsp/SConscript'])
28 else:
29 SConscript(['csg/SConscript'])