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

SConscript « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa41a4335c4eaceb9076bf2cba35538d8c395d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
SConscript(['SoundSystem/SConscript',
            'string/SConscript',
            'ghost/SConscript',
            'guardedalloc/SConscript',
            'bmfont/SConscript',
            'moto/SConscript',
            'container/SConscript',
            'memutil/SConscript/',
            'decimation/SConscript',
            'bsp/SConscript',
            'iksolver/SConscript'])