soc-2008-mxcurioni: merged changes to revision 16789
This commit is contained in:
@@ -75,7 +75,13 @@ if env['WITH_BF_VERSE']:
|
||||
# TODO buildinfo
|
||||
if env['BF_BUILDINFO'] == 1:
|
||||
defs.append('NAN_BUILDINFO')
|
||||
|
||||
|
||||
if env['BF_NO_ELBEEM'] == 1:
|
||||
defs.append('DISABLE_ELBEEM')
|
||||
|
||||
if env['WITH_BF_SDL'] == 0:
|
||||
defs.append('DISABLE_SDL')
|
||||
|
||||
if (env['BF_SPLIT_SRC'] == 1) and (env['OURPLATFORM'] == 'win32-mingw'):
|
||||
for i in range(numlibs):
|
||||
env.BlenderLib ( libname = 'src%d' % (i), sources = subsources[i], includes = Split(incs), defines = defs, libtype=['core', 'intern'], priority = [5, 25] )
|
||||
|
||||
Reference in New Issue
Block a user