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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-07-28 22:11:10 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-07-28 22:11:10 +0400
commit0f3303b7c502ee6318758803e7288019d32455af (patch)
treef21866fb5d9c779fec2adeaf9c24a75d545cf745 /source/blender/blenkernel/SConscript
parentb5ec3efeaf4ac7698117393046c72db0273c33f1 (diff)
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.
Diffstat (limited to 'source/blender/blenkernel/SConscript')
-rw-r--r--source/blender/blenkernel/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/SConscript b/source/blender/blenkernel/SConscript
index 007daf445d3..a71063f8038 100644
--- a/source/blender/blenkernel/SConscript
+++ b/source/blender/blenkernel/SConscript
@@ -69,4 +69,4 @@ blenkernel_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_
SConscript(['bad_level_call_stubs/SConscript'])
blenkernel_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
-
+blenkernel_env.Append (CPPPATH = user_options_dict['Z_INCLUDE'])