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-01-06 19:15:43 +0300
committerTon Roosendaal <ton@blender.org>2009-01-06 19:15:43 +0300
commit12f099bd91eff0865e15c0d7f645e8ca55d7b6ae (patch)
tree5b94571bc53efe8406b19e0dae4e70a86fd46598 /source/blender/editors/space_file/SConscript
parent7e7fff7f639419ed6c0084c96b0c1dc9a13c83b0 (diff)
2.5
FileWindow: fixes for Make and Scons, and removed (commented) unused vars, and adding include files.
Diffstat (limited to 'source/blender/editors/space_file/SConscript')
-rw-r--r--source/blender/editors/space_file/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/SConscript b/source/blender/editors/space_file/SConscript
index d8693fc5d94..99f101fa586 100644
--- a/source/blender/editors/space_file/SConscript
+++ b/source/blender/editors/space_file/SConscript
@@ -4,7 +4,7 @@ Import ('env')
sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
-incs += ' ../../blenloader'
+incs += ' ../../blenloader #intern/bmfont ../../makesrna'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
env.BlenderLib ( 'bf_editors_space_file', sources, Split(incs), [], libtype=['core'], priority=[115] )