repo.or.cz
/
plumiferos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'dg/fluid'
[plumiferos.git]
/
source
/
SConscript
blob
ca264579f6ecbe1ae63775bf0e8ae425608a0b4f
1
#!/usr/bin/python
2
Import
(
'env'
)
3
4
SConscript
([
'blender/SConscript'
,
5
'kernel/SConscript'
,
6
'creator/SConscript'
])
7
if
env
[
'WITH_BF_GAMEENGINE'
] ==
1
:
8
SConscript
([
'gameengine/SConscript'
])
9
10
if
env
[
'OURPLATFORM'
]
in
(
'win32-vc'
,
'win32-mingw'
):
11
SConscript
([
'icons/SConscript'
])