soc-2008-mxcurioni: merged changes to revision 16789

This commit is contained in:
Maxime Curioni
2008-09-28 17:07:08 +00:00
622 changed files with 56125 additions and 27181 deletions

View File

@@ -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] )