The command: svn merge -r 23130:23129 https://svn.blender.org/svnroot/bf-blender/branches/soc-2009-kazanbas
9 lines
180 B
Python
9 lines
180 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
sources = env.Glob('intern/*.cpp')
|
|
|
|
incs = 'include'
|
|
|
|
env.BlenderLib ('bf_moto', sources, Split(incs), [], libtype=['intern'], priority = [130] )
|