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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-08 22:37:24 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-08 22:37:24 +0400
commit4565944248175e84a2b3663202cae0c86fcee5b9 (patch)
tree708c4f90fd8910217a366371d04b027f8d2436d3 /source/blender/freestyle/SConscript
parent98b18bc679388a2c036c9fed48a835ac71963b7f (diff)
parentde4828036857e76141ca336997b99978ee09fb5f (diff)
soc-2008-mxcurioni: merged changes to revision 16424, corrected compilation errors
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 93c931cdbfe..e6631178a3a 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -6,7 +6,7 @@ sources = []
defs = []
incs = ''
-incs += '../blenkernel ../blenlib ../imbuf ../makesdna ../python '
+incs += '../blenkernel ../blenloader ../blenlib ../imbuf ../makesdna ../python '
incs += '../render/extern/include ../render/intern/include ../include ../src'
incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_PNG_INC']