projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
BGE Button types panel, can edit existing buttons but not add new ones yet.
[blender-staging.git]
/
source
/
SConscript
1
#!/usr/bin/python
2
Import ('env')
3
4
SConscript(['blender/SConscript',
5
'kernel/SConscript',
6
'creator/SConscript'])
7
if env['WITH_BF_GAMEENGINE']:
8
SConscript (['gameengine/SConscript'])
9
10
if env['OURPLATFORM'] in ('win64-vc', 'win32-vc', 'win32-mingw'):
11
SConscript (['icons/SConscript'])