4 sources = env.Glob('intern/*.cpp')
6 incs = '. intern extern ../moto/include ../container ../memutil'
7 incs += ' ../../source/blender/makesdna ../../intern/guardedalloc'
8 incs += ' ../../source/blender/blenlib'
10 if (env['OURPLATFORM'] == 'win32-mingw'):
11 env.BlenderLib ('blender_bop', sources, Split(incs) , [], libtype='intern', priority = 5 )
13 env.BlenderLib ('blender_bop', sources, Split(incs) , [], libtype='intern', priority = 5 )