2004-02-15 19:25:32 +00:00
|
|
|
Import ('user_options_dict')
|
2004-01-20 20:28:39 +00:00
|
|
|
|
2004-01-04 21:11:59 +00:00
|
|
|
SConscript(['blender/SConscript',
|
|
|
|
'kernel/SConscript'])
|
2004-02-15 19:25:32 +00:00
|
|
|
if user_options_dict['BUILD_GAMEENGINE'] == 1:
|
2004-01-20 20:28:39 +00:00
|
|
|
SConscript (['gameengine/SConscript'])
|