* tweak linking priorities - should help for GCC users
* some lib renaming
This commit is contained in:
@@ -11,16 +11,16 @@ incs += ' ' + env['BF_SDL_INC']
|
||||
defs = ''
|
||||
|
||||
if env['WITH_BF_INTERNATIONAL'] == 1:
|
||||
defs = 'WITH_FREETYPE2'
|
||||
defs = 'WITH_FREETYPE2'
|
||||
|
||||
if env['WITH_BF_VERSE']:
|
||||
defs += ' WITH_VERSE'
|
||||
incs += ' ' + env['BF_VERSE_INCLUDE']
|
||||
|
||||
if env['OURPLATFORM'] == 'linux2':
|
||||
cflags='-pthread'
|
||||
cflags='-pthread'
|
||||
|
||||
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
|
||||
incs += ' ' + env['BF_PTHREADS_INC']
|
||||
incs += ' ' + env['BF_PTHREADS_INC']
|
||||
|
||||
env.BlenderLib ( 'bf_blenlib', sources, Split(incs), Split(defs), libtype=['core','player'], priority = [85,195], compileflags =cflags )
|
||||
env.BlenderLib ( 'bf_blenlib', sources, Split(incs), Split(defs), libtype=['core','player'], priority = [100,195], compileflags =cflags )
|
||||
|
Reference in New Issue
Block a user