rename most scons build targets to match cmake

This commit is contained in:
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 ('bf_string', sources, Split(incs), [], libtype=['intern','player'], priority = [50,10] )
env.BlenderLib ('bf_intern_string', sources, Split(incs), [], libtype=['intern','player'], priority = [50,10] )