projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
==compiling==
[blender-staging.git]
/
intern
/
SConscript
1
#!/usr/bin/python
2
SConscript(['SoundSystem/SConscript',
3
'string/SConscript',
4
'ghost/SConscript',
5
'guardedalloc/SConscript',
6
'bmfont/SConscript',
7
'moto/SConscript',
8
'container/SConscript',
9
'memutil/SConscript/',
10
'decimation/SConscript',
11
'iksolver/SConscript',
12
'boolop/SConscript',
13
'elbeem/SConscript',
14
'opennl/SConscript'])
15
16
NEW_CSG='false'
17
18
if NEW_CSG=='false':
19
SConscript(['bsp/SConscript'])
20
else:
21
SConscript(['csg/SConscript'])