buildsystem cleanup: remove duplicate source & includes for scons,

add a check for duplicates in BlenderLib()m, if 0'd now.
This commit is contained in:
Campbell Barton
2012-11-14 01:41:24 +00:00
parent de5d0d649d
commit 050f09aa6c
8 changed files with 22 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ defs = [ 'GLEW_STATIC' ]
incs = '. #intern/string #intern/moto/include #source/gameengine/Rasterizer #source/gameengine/BlenderRoutines '
incs += ' #intern/container #source/blender/gpu #extern/glew/include ' + env['BF_OPENGL_INC']
incs += ' #source/blender/gameengine/Ketsji #source/gameengine/SceneGraph #source/blender/makesdna #source/blender/blenkernel'
incs += ' #intern/guardedalloc #source/blender/blenlib #source/gameengine/BlenderRoutines'
incs += ' #intern/guardedalloc #source/blender/blenlib'
if env['WITH_BF_CXX_GUARDEDALLOC']:
defs.append('WITH_CXX_GUARDEDALLOC')