forked from bartvdbraak/blender
11 lines
190 B
Python
11 lines
190 B
Python
#!/usr/bin/python
|
|
|
|
Import ('env')
|
|
|
|
sources = ['raskter.c']
|
|
|
|
incs = ''
|
|
defs = ''
|
|
|
|
env.BlenderLib ('bf_intern_raskter', sources, Split(incs), Split(defs), libtype=['intern'], priority=[100] )
|