Elbeem: fix memory leak and add guarded allocator directives

This commit is contained in:
Sergey Sharybin
2013-09-27 18:55:26 +00:00
parent 16da43ef19
commit dad37860e2
25 changed files with 285 additions and 3 deletions

View File

@@ -43,6 +43,6 @@ if env['WITH_BF_OPENMP']:
if env['OURPLATFORM'] in ('win32-vc', 'win64-vc'):
defs += ' USE_MSVC6FIXES'
incs += ' ' + env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC']
incs += ' extern '
incs += ' extern ../../guardedalloc'
env.BlenderLib ('bf_intern_elbeem', sources, Split(incs), Split(defs), libtype='intern', priority=0 )