projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
this restores building on mingw with Collada support, also it restores cross compilin...
[blender.git]
/
source
/
icons
/
SConscript
1
#!/usr/bin/python
2
Import ('env')
3
4
if env['OURPLATFORM'] == 'linuxcross':
5
source = 'linuxcrossblender.rcscons'
6
else:
7
source = 'winblender.rcscons'
8
9
env.BlenderRes('winresource', source, ['core'], priority=[95])