Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d08d9cca0838a1beb04eb2cb8a360440da3fd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python
Import ('env')

SConscript(['blender/SConscript', 'creator/SConscript'])

if env['WITH_BF_GAMEENGINE']:
    SConscript (['kernel/SConscript', 'gameengine/SConscript'])

if env['WITH_BF_PLAYER']:
    SConscript (['blenderplayer/bad_level_call_stubs/SConscript'])

if env['OURPLATFORM'] in ('win64-vc', 'win32-vc', 'win32-mingw', 'linuxcross'):
    SConscript (['icons/SConscript'])