projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to the VC7 projectfiles.
[blender.git]
/
extern
/
SConscript
1
#!/usr/bin/python
2
3
Import('env')
4
5
if env['WITH_BF_GAMEENGINE']:
6
SConscript(['qhull/SConscript',
7
'solid/SConscript'])
8
if env['WITH_BF_BULLET']:
9
SConscript(['bullet/SConscript'])
10
11
if env['WITH_BF_INTERNATIONAL']:
12
SConscript(['bFTGL/SConscript'])