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

@@ -8,7 +8,7 @@ incs += ' ../../source/blender/makesdna ../../intern/guardedalloc'
incs += ' ../../source/blender/blenlib'
if (env['OURPLATFORM'] == 'win32-mingw'):
env.BlenderLib ('blender_bop', sources, Split(incs) , [], libtype='intern', priority = 5 )
env.BlenderLib ('bf_intern_bop', sources, Split(incs) , [], libtype='intern', priority = 5 )
else:
env.BlenderLib ('blender_bop', sources, Split(incs) , [], libtype='intern', priority = 5 )
env.BlenderLib ('bf_intern_bop', sources, Split(incs) , [], libtype='intern', priority = 5 )