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: ccd7591b2bb962fba5c4751ac7b21b251fea4cd1 (plain)
1
2
3
4
5
6
#!/usr/bin/python
Import ('env')

source = 'winblender_scons.rc'

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