Scons update for today's earlier boolean commit.

This commit is contained in:
Ken Hughes 2006-09-08 02:36:44 +00:00
parent 824fbff02c
commit 67ef2c05d8

@ -4,5 +4,7 @@ Import ('env')
sources = env.Glob('intern/*.cpp')
incs = '. intern extern ../moto/include ../container ../memutil'
incs += ' ../../source/blender/makesdna ../../intern/guardedalloc'
incs += ' ../../source/blender/blenlib'
env.BlenderLib ('blender_bop', sources, Split(incs) , [], libtype='common', priority = 5 )