3 # NOTE: This file is automatically generated by bundle.sh script
4 # If you're doing changes in this file, please update template
9 sources = env.Glob('lib/*.cpp')
14 if env['WITH_BF_BOOST']:
15 if env['OURPLATFORM'] not in ('win32-vc', 'win64-vc'):
16 # Boost is setting as preferred collections library in the Carve code when using MSVC compiler
17 if env['OURPLATFORM'] not in ('win32-mingw', 'win64-mingw'):
18 defs.append('HAVE_BOOST_UNORDERED_COLLECTIONS')
20 defs.append('CARVE_SYSTEM_BOOST')
21 incs.append(env['BF_BOOST_INC'])
23 env.BlenderLib ('extern_carve', Split(sources), incs, defs, libtype=['extern'], priority=[40] )