This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/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])