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

SConscript « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca264579f6ecbe1ae63775bf0e8ae425608a0b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python
Import ('env')

SConscript(['blender/SConscript',
			'kernel/SConscript',
			'creator/SConscript'])
if env['WITH_BF_GAMEENGINE'] == 1:
	SConscript (['gameengine/SConscript'])
	
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
	SConscript (['icons/SConscript'])