Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d11db23ab7ab2a71ba1fa1cd1665988a145f72f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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'])