2.5 / SCons / BGE
* 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.
This commit is contained in:
@@ -6,4 +6,4 @@ sources = env.Glob('*.cpp')
|
||||
incs ='. #source/kernel/gen_system #intern/string #intern/moto/include'
|
||||
incs += ' ' + env['BF_PYTHON_INC']
|
||||
|
||||
env.BlenderLib ( 'bf_expressions', sources, Split(incs), [], libtype=['game','player'], priority = [45,120] )
|
||||
env.BlenderLib ( 'bf_expressions', sources, Split(incs), [], libtype=['core','player'], priority = [310,120] )
|
||||
|
Reference in New Issue
Block a user