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

@@ -4,4 +4,4 @@ Import ('env')
sources = env.Glob('intern/*.cpp')
incs = '.'
env.BlenderLib ('blender_CTR', sources, Split(incs) , [], libtype='intern', priority = 10 )
env.BlenderLib ('bf_intern_ctr', sources, Split(incs) , [], libtype='intern', priority = 10 )