6 sources = env.Glob('intern/*.cpp')
8 defs = 'NOGUI ELBEEM_BLENDER=1'
10 if env['WITH_BF_OPENMP']:
13 if env['OURPLATFORM'] in ('win32-vc', 'win64-vc'):
14 defs += ' USE_MSVC6FIXES'
15 incs = env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC']
18 env.BlenderLib ('bf_elbeem', sources, Split(incs), Split(defs), libtype='intern', priority=0 )