blender/source/icons/SConscript

6 lines
144 B
Python
Raw Normal View History

#!/usr/bin/python
Import ('env')
source = 'winblender_scons.rc'
env.BlenderRes('winresource', source, ['core', 'player'], priority=[95 , 100])