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: 2a33cd67b5e45b54d9d941d1d0a35a323b2426c6 (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=[325,85], cxx_compileflags=env['BGE_CXXFLAGS'])