projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
_.NET projectfiles update_
[blender-staging.git]
/
extern
/
SConscript
1
#!/usr/bin/python
2
3
Import('user_options_dict')
4
5
6
print "externs..."
7
SConscript(['qhull/SConscript',
8
'solid/SConscript',
9
'bullet/SConscript'])
10
11
12
if user_options_dict['USE_INTERNATIONAL'] == 1:
13
print "bftgl"
14
SConscript(['bFTGL/SConscript'])