blender/source/gameengine/SceneGraph/SConscript

10 lines
242 B
Python
Raw Normal View History

2004-05-16 12:54:44 +00:00
#!/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,125], cxx_compileflags=env['BGE_CXXFLAGS'])