== SCons ==
* bring back 'player' libtype, after investigation with ideasman. scons/mingw works nicely, for some reason msvc fails to link still, will look further into it.
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'], priority = [400] )
|
||||
env.BlenderLib ( 'bf_kernel', Split(sources), Split(incs), [], libtype = ['core','player'], priority = [400,100] )
|
||||
|
||||
Reference in New Issue
Block a user