2004-05-16 13:07:20 +00:00
|
|
|
#!/usr/bin/python
|
2005-05-06 13:37:18 +00:00
|
|
|
|
|
|
|
Import('user_options_dict')
|
|
|
|
|
|
|
|
|
|
|
|
print "externs..."
|
2004-03-09 21:14:03 +00:00
|
|
|
SConscript(['qhull/SConscript',
|
2005-05-06 13:37:18 +00:00
|
|
|
'solid/SConscript'])
|
|
|
|
|
|
|
|
|
|
|
|
if user_options_dict['USE_INTERNATIONAL'] == 1:
|
|
|
|
print "bftgl"
|
|
|
|
SConscript(['bFTGL/SConscript'])
|