forked from bartvdbraak/blender
0d7027ecab
* this should bring back BGE with scons building. Tested on scons/msvc, will test scons/gcc in a bit NOTE: this is not WITH_BF_PLAYER yet.
9 lines
206 B
Python
9 lines
206 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
sources = 'DummyPhysicsEnvironment.cpp'
|
|
|
|
incs = '. ../common'
|
|
|
|
env.BlenderLib ( 'bf_dummy', Split(sources), Split(incs), [], libtype=['core','player'], priority=[350,95] )
|