forked from bartvdbraak/blender
bcd5d1c9ed
* 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.
13 lines
261 B
Python
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']) |