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: 833a03166343f9f62baa551475908fb929448f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/python
SConscript(['SoundSystem/SConscript',
            'string/SConscript',
            'ghost/SConscript',
            'guardedalloc/SConscript',
            'bmfont/SConscript',
            'moto/SConscript',
            'container/SConscript',
            'memutil/SConscript/',
            'decimation/SConscript',
            'iksolver/SConscript'])

NEW_CSG='false'

if NEW_CSG=='false':
	SConscript(['bsp/SConscript'])
else:
	SConscript(['csg/SConscript'])