* Scons compile fix for recent smoke commit.
This commit is contained in:
Thomas Dinges 2009-09-09 19:31:43 +00:00
parent 8e2d861695
commit 939b72247d

@ -4,7 +4,7 @@ Import ('env')
sources = env.Glob('intern/*.c')
incs = '../blenlib ../blenkernel ../makesdna ../include'
incs += ' #/extern/glew/include #intern/guardedalloc ../imbuf .'
incs += ' #/extern/glew/include #intern/guardedalloc #intern/smoke/extern ../imbuf .'
incs += ' ' + env['BF_OPENGL_INC']