- writeimage.c back, put in space_file now...
- renamed fluidsim.c to distinguish from bke version
This commit is contained in:
2009-01-24 14:24:59 +00:00
parent 7f780bffd6
commit 2edfe5307b
4 changed files with 254 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../blenloader #intern/bmfont ../../makesrna'
incs += ' ../../render/extern/include '
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
env.BlenderLib ( 'bf_editors_space_file', sources, Split(incs), [], libtype=['core'], priority=[115] )