Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2009-09-09 23:31:43 +0400
committerThomas Dinges <blender@dingto.org>2009-09-09 23:31:43 +0400
commit939b72247d536de0f09b526403c91cb7044cccca (patch)
tree6228f049535a30708b559daaa525280e9f23ef62
parent8e2d86169599d652170ebe8b2564650f00f70077 (diff)
2.5:
* Scons compile fix for recent smoke commit.
-rw-r--r--source/blender/gpu/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/SConscript b/source/blender/gpu/SConscript
index e55fbe973f8..7e700c177e4 100644
--- a/source/blender/gpu/SConscript
+++ b/source/blender/gpu/SConscript
@@ -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']