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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-09-10 17:36:27 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-09-10 17:36:27 +0400
commit353713afe827610501f0123b44b0054f49bf56ed (patch)
treede966b9d426b06708e37ad647a145e0940e4f535 /source/blender/makesrna/SConscript
parentfce87339750d50303f8b0324d88b517a10b76d52 (diff)
parent322dbc9a0fa7d0e1c82fa2968728cbfc5c536445 (diff)
Merged changes in the trunk up to revision 40096.
Conflicts resolved: source/blender/makesrna/intern/rna_scene.c source/blender/python/intern/CMakeLists.txt Note for branch builders: Enabling Blender Player may cause linker errors.
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 9a294737aa2..10006ddca6b 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'
+incs += ' ../nodes'
incs += ' #/extern/glew/include'
incs += ' ../freestyle'