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