2004-05-16 13:07:20 +00:00
|
|
|
#!/usr/bin/python
|
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',
|
2004-02-24 20:03:27 +00:00
|
|
|
'kernel/SConscript',
|
|
|
|
'creator/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'])
|