FileWindow: fixes for Make and Scons, and removed
(commented) unused vars, and adding include files.
This commit is contained in:
2009-01-06 16:15:43 +00:00
parent 7e7fff7f63
commit 12f099bd91
5 changed files with 12 additions and 6 deletions

View File

@@ -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] )