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

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

if env['OURPLATFORM'] == 'linuxcross':
	source = 'linuxcrossblender.rcscons'
else:
	source = 'winblender.rcscons'

env.BlenderRes('winresource', source, ['core'], priority=[95])