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:
authorThomas Dinges <blender@dingto.org>2010-05-08 11:48:37 +0400
committerThomas Dinges <blender@dingto.org>2010-05-08 11:48:37 +0400
commitd906d8ce3a1e93b95852b13b67783480b338a28a (patch)
tree2510a548cd1c293ede5092c84b2b075be47325e0 /source/blender/editors/space_console
parentad068e6351e5b9b5d3c5e050602941a2fd8cdde6 (diff)
Scons compile fix for SVN 28661.
* Missing 'blenloader' include.
Diffstat (limited to 'source/blender/editors/space_console')
-rw-r--r--source/blender/editors/space_console/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_console/SConscript b/source/blender/editors/space_console/SConscript
index ecc10a1d0c3..d50902446ba 100644
--- a/source/blender/editors/space_console/SConscript
+++ b/source/blender/editors/space_console/SConscript
@@ -14,6 +14,7 @@ incs = [
'../../blenlib',
'../../windowmanager',
'../../blenfont',
+ '../../blenloader',
]
if not env['WITH_BF_PYTHON']: