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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-06 07:16:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-06 07:16:12 +0400
commite74e2450304bde73b015d87c256b310ba6c641a6 (patch)
treecc4462c67752f3f62ae2a3607bcb58269a59e602 /source/blender/makesrna/SConscript
parent7495757553fe16d64dca7fa868845939edbbb06d (diff)
parentfa32395b33f084d5c6c9d8026fd7d53335c9b41a (diff)
svn merge -r39890:39951 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/makesrna/SConscript')
-rw-r--r--source/blender/makesrna/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index 8a53005cddd..88ef8635afd 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -9,6 +9,7 @@ objs += o
incs = '#/intern/guardedalloc #/intern/memutil #/intern/audaspace/intern ../blenkernel ../blenlib ../makesdna intern .'
incs += ' ../windowmanager ../editors/include ../gpu ../imbuf ../ikplugin ../blenfont ../blenloader'
incs += ' ../render/extern/include ../bmesh'
+incs += ' ../nodes'
incs += ' #/extern/glew/include'
defs = []