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