From 0f3303b7c502ee6318758803e7288019d32455af Mon Sep 17 00:00:00 2001 From: Johnny Matthews Date: Thu, 28 Jul 2005 18:11:10 +0000 Subject: Fix for zlib with MSVC/SCONS. Should compile now. This does not fix the bullet issues yet. But with this Blender should compile without the gameengine. --- source/blender/blenloader/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/SConscript') diff --git a/source/blender/blenloader/SConscript b/source/blender/blenloader/SConscript index 01bee86b51b..fa380bc791b 100644 --- a/source/blender/blenloader/SConscript +++ b/source/blender/blenloader/SConscript @@ -24,3 +24,4 @@ blenloader_env.Append (CPPPATH = ['.', '../readstreamglue']) blenloader_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_blenloader', source=source_files) +blenloader_env.Append (CPPPATH = user_options_dict['Z_INCLUDE']) -- cgit v1.2.3