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:
authorKen Hughes <khughes@pacific.edu>2010-03-11 21:21:17 +0300
committerKen Hughes <khughes@pacific.edu>2010-03-11 21:21:17 +0300
commit0270d34272aac6ac48e754abe682ea1eac3cdcd8 (patch)
tree489417a055c42886f5955381858469daa2e50085 /source/blender/blenlib/SConscript
parentd6158a4019444a4573187aa9afe3b80900db9757 (diff)
BMesh branch
------------ Add bmesh to scons include path
Diffstat (limited to 'source/blender/blenlib/SConscript')
-rw-r--r--source/blender/blenlib/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript
index 5c45408b3fc..24e4f1be6da 100644
--- a/source/blender/blenlib/SConscript
+++ b/source/blender/blenlib/SConscript
@@ -5,7 +5,7 @@ sources = env.Glob('intern/*.c')
cflags=''
incs = '. ../makesdna ../blenkernel #/intern/guardedalloc #/intern/ghost ../editors/include ../gpu'
-incs += ' ../windowmanager #/extern/glew/include'
+incs += ' ../windowmanager ../bmesh #/extern/glew/include'
incs += ' ' + env['BF_FREETYPE_INC']
incs += ' ' + env['BF_ZLIB_INC']