blender/extern/SConscript
Nathan Letwory bcd5d1c9ed * integrate bFTGL with Scons
* add some ENV = os.environ's here and there (help those who have msvc toolkit installed)

Note for OSX users: check from your config.opts the correct info for the precompiled ftgl lib is used.
2005-05-06 13:37:18 +00:00

13 lines
261 B
Python

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