blender/extern/SConscript

14 lines
287 B
Python
Raw Normal View History

#!/usr/bin/python
Import('user_options_dict')
print "externs..."
SConscript(['qhull/SConscript',
'solid/SConscript',
'bullet/SConscript'])
if user_options_dict['USE_INTERNATIONAL'] == 1:
print "bftgl"
SConscript(['bFTGL/SConscript'])