blender/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])