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-05-12 09:35:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-12 09:35:19 +0400
commit191ad54599b2d8c8677f56870ee1800e62c50137 (patch)
treeb1670620b466e1f865929cb6b1de16650f9510b7 /source/blender/blenloader/SConscript
parent521d824371f6b62b09bc8fa9693c3429a14d1d77 (diff)
parent910220be47729d6effffb7aa33bfe05d4caa5d3d (diff)
svn merge -r36603:36628 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/blenloader/SConscript')
-rw-r--r--source/blender/blenloader/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/SConscript b/source/blender/blenloader/SConscript
index b3cb98abb9b..f00f765bba4 100644
--- a/source/blender/blenloader/SConscript
+++ b/source/blender/blenloader/SConscript
@@ -4,7 +4,7 @@ Import ('env')
sources = env.Glob('intern/*.c')
incs = '. #/intern/guardedalloc ../blenlib ../blenkernel'
-incs += ' ../makesdna ../readblenfile ../editors/include'
+incs += ' ../makesdna ../editors/include'
incs += ' ../render/extern/include ../makesrna ../bmesh'
incs += ' ' + env['BF_ZLIB_INC']