8 lines
185 B
Python
8 lines
185 B
Python
|
|
#!/usr/bin/python
|
||
|
|
Import ('env')
|
||
|
|
|
||
|
|
sources = env.Glob('intern/*.cpp')
|
||
|
|
incs = '.'
|
||
|
|
|
||
|
|
env.BlenderLib ('bf_string', sources, Split(incs), [], libtype=['core', 'player'], priority = [30,10] )
|