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,4 +5,4 @@ Import('env')
sources = env.Glob('intern/*.c')
incs = '.'
env.BlenderLib ('bf_guardedalloc', sources, Split(incs), defines=[], libtype=['intern','player'], priority = [5,150] )
env.BlenderLib ('bf_intern_guardedalloc', sources, Split(incs), defines=[], libtype=['intern','player'], priority = [5,150] )