projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Three-in-one commit:
[blender-staging.git]
/
source
/
SConscript
1
#!/usr/bin/python
2
Import ('user_options_dict')
3
4
SConscript(['blender/SConscript',
5
'kernel/SConscript',
6
'creator/SConscript'])
7
if user_options_dict['BUILD_GAMEENGINE'] == 1:
8
SConscript (['gameengine/SConscript'])