Patch #19953: [2.5] repeated include entries in a number of SConscript files

Thanks for the patch Jeff Doyle (nfz)
This commit is contained in:
2009-11-22 06:22:53 +00:00
parent 8e76e2d09c
commit 6e5cf0f3ee
11 changed files with 9 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc'
incs += ' #/intern/guardedalloc'
incs += ' ../../makesrna ../../python ../../ikplugin'
defs = []