From e5797936523d7834c8a4fc3a29e7b37472dc2170 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sat, 21 Feb 2004 19:00:31 +0000 Subject: - [win32] updated SConscripts to use new configuration method (config.opts). NOTE: ODE support needs still to be reviewed, so disable gameengine for now. --- source/blender/imbuf/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript index d67b80c5b8a..d3387380ecc 100644 --- a/source/blender/imbuf/SConscript +++ b/source/blender/imbuf/SConscript @@ -46,5 +46,8 @@ imbuf_env.Append (CPPPATH = ['.', '../quicktime', '../blenkernel']) +imbuf_env.Append (CPPPATH = user_options_dict['JPEG_INCLUDE']) +imbuf_env.Append (CPPPATH = user_options_dict['PNG_INCLUDE']) +imbuf_env.Append (CPPPATH = user_options_dict['Z_INCLUDE']) imbuf_env.Append (CPPPATH = extra_includes) imbuf_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_imbuf', source=source_files) -- cgit v1.2.3