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:
authorTon Roosendaal <ton@blender.org>2009-02-09 19:52:33 +0300
committerTon Roosendaal <ton@blender.org>2009-02-09 19:52:33 +0300
commit8f712f86b9afd010aa24aea7bc6c686dd3ef43a1 (patch)
treefa1af1a08bda6dff2f6d9cb05056255d369107b4 /source/blender/editors/space_buttons/SConscript
parentf33309b0285079c14a8f9fc913157129ff6cbc81 (diff)
2.5
- Render: scene buttons RENDER and ANIM now work - Nodes: text drawing for socket names back
Diffstat (limited to 'source/blender/editors/space_buttons/SConscript')
-rw-r--r--source/blender/editors/space_buttons/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_buttons/SConscript b/source/blender/editors/space_buttons/SConscript
index 0bd5374c3ca..d36dd89b681 100644
--- a/source/blender/editors/space_buttons/SConscript
+++ b/source/blender/editors/space_buttons/SConscript
@@ -5,6 +5,6 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
-incs += ' ../../render/extern/include'
+incs += ' ../../makesrna ../../render/extern/include'
env.BlenderLib ( 'bf_editors_space_buttons', sources, Split(incs), [], libtype=['core'], priority=[120] )