forked from bartvdbraak/blender
7 lines
128 B
Python
7 lines
128 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
source = 'winblender.rcscons'
|
|
|
|
env.BlenderRes('winresource', source, ['core'], priority=[95])
|