Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « icons « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca6308781e99cff33ccad100b3cb243020c4ba58 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python
Import ('env')

if env['OURPLATFORM'] == 'linuxcross':
    source = 'linuxcrossblender.rcscons'
else:
    source = 'winblender.rcscons'

env.BlenderRes('winresource', source, ['core'], priority=[95])