9 lines
175 B
Python
9 lines
175 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
sources = env.Glob('intern/*.cpp')
|
|
|
|
incs = '. ..'
|
|
|
|
env.BlenderLib ('blender_MEM', sources, Split(incs), [], libtype='intern', priority = 0 )
|