rename most scons build targets to match cmake
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user