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
2010-08-29 20:52:05 +00:00

10 lines
218 B
Python

#!/usr/bin/python
Import ('env')
if env['OURPLATFORM'] == 'linuxcross':
source = 'linuxcrossblender.rcscons'
else:
source = 'winblender.rcscons'
env.BlenderRes('winresource', source, ['core'], priority=[95])