blender/source/icons/SConscript
Nathan Letwory 52dfa31cb8 ==SCons==
+ Joseph Eagar provided a patch that re-enables the application icon for Blender. Hurray!
2006-03-10 20:47:34 +00:00

6 lines
144 B
Python

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