forked from bartvdbraak/blender
Orange: tip from Nathan to get exr working in scons compiles...
This commit is contained in:
parent
ca8da580a8
commit
ff8ab2d9df
@ -2,9 +2,11 @@
|
|||||||
Import ('extra_includes')
|
Import ('extra_includes')
|
||||||
Import ('user_options_dict')
|
Import ('user_options_dict')
|
||||||
Import ('library_env')
|
Import ('library_env')
|
||||||
|
Import ('defines')
|
||||||
|
|
||||||
src_env = library_env.Copy ()
|
src_env = library_env.Copy ()
|
||||||
src_env.Append (CCFLAGS = user_options_dict['SDL_CFLAGS'])
|
src_env.Append (CCFLAGS = user_options_dict['SDL_CFLAGS'])
|
||||||
|
src_env.Append(CPPDEFINES = defines)
|
||||||
|
|
||||||
source_files = ['B.blend.c',
|
source_files = ['B.blend.c',
|
||||||
'Bfont.c',
|
'Bfont.c',
|
||||||
|
Loading…
Reference in New Issue
Block a user