2004-05-16 13:07:20 +00:00
|
|
|
#!/usr/bin/python
|
2006-02-04 14:15:10 +00:00
|
|
|
Import ('env')
|
2004-01-20 20:28:39 +00:00
|
|
|
|
2010-10-31 00:56:46 +00:00
|
|
|
SConscript(['blender/SConscript', 'creator/SConscript'])
|
|
|
|
|
2008-10-22 11:28:10 +00:00
|
|
|
if env['WITH_BF_GAMEENGINE']:
|
2010-10-31 00:56:46 +00:00
|
|
|
SConscript (['kernel/SConscript', 'gameengine/SConscript'])
|
2009-09-04 10:40:41 +00:00
|
|
|
|
|
|
|
if env['WITH_BF_PLAYER']:
|
2010-08-29 20:52:05 +00:00
|
|
|
SConscript (['blenderplayer/bad_level_call_stubs/SConscript'])
|
2009-09-04 10:40:41 +00:00
|
|
|
|
2010-02-01 18:39:41 +00:00
|
|
|
if env['OURPLATFORM'] in ('win64-vc', 'win32-vc', 'win32-mingw', 'linuxcross'):
|
2010-08-29 20:52:05 +00:00
|
|
|
SConscript (['icons/SConscript'])
|