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>2006-01-10 14:39:03 +0300
committerTon Roosendaal <ton@blender.org>2006-01-10 14:39:03 +0300
commitff8ab2d9dfeb56f8d5f7dec320b764712510eafc (patch)
tree37e8ab458b9dd8f60f521b682cdd8099478a08f4 /source/blender/src/SConscript
parentca8da580a862c4614b49f96926f669fc25103ada (diff)
Orange: tip from Nathan to get exr working in scons compiles...
Diffstat (limited to 'source/blender/src/SConscript')
-rw-r--r--source/blender/src/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/SConscript b/source/blender/src/SConscript
index 4a8190c6c14..f817bd45c16 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -2,9 +2,11 @@
Import ('extra_includes')
Import ('user_options_dict')
Import ('library_env')
+Import ('defines')
src_env = library_env.Copy ()
src_env.Append (CCFLAGS = user_options_dict['SDL_CFLAGS'])
+src_env.Append(CPPDEFINES = defines)
source_files = ['B.blend.c',
'Bfont.c',