Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « SceneGraph « gameengine « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0733b6c51c23e488cb80de7f6a5d71a76656209 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/python

Import ('env')

sources = env.Glob('*.cpp')

incs = '. #intern/moto/include'

env.BlenderLib ( 'bf_scenegraph', sources, Split(incs), [], libtype=['core','player'], priority=[280,125] )