== SCons ==
* first working changes to get blenderplayer linking * blenderplayer/ moved into source/ (CMakeLists.txt changed for that too) * added externs for bprogname to gp_ghost, so that it links properly
This commit is contained in:
@@ -7,4 +7,4 @@ sources += ' gen_system/SYS_System.cpp'
|
||||
|
||||
incs = 'gen_messaging gen_system #/intern/string #/intern/moto/include #/source/blender/blenloader '
|
||||
|
||||
env.BlenderLib ( 'bf_kernel', Split(sources), Split(incs), [], libtype = ['core', 'player'], priority = [400, 150] )
|
||||
env.BlenderLib ( 'bf_kernel', Split(sources), Split(incs), [], libtype = ['core', 'player'], priority = [400, 95] )
|
||||
|
Reference in New Issue
Block a user