rename most scons build targets to match cmake

This commit is contained in:
Campbell Barton
2010-08-25 04:30:47 +00:00
parent b54d16858f
commit 4b40d73bfb
21 changed files with 24 additions and 24 deletions

View File

@@ -5,5 +5,5 @@ sources = env.Glob('intern/*.cpp')
incs = 'intern ../container ../moto/include ../memutil'
env.BlenderLib ('blender_BSP', sources, Split(incs), [], libtype='core', priority=200 )
env.BlenderLib ('bf_intern_bsp', sources, Split(incs), [], libtype='core', priority=200 )