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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-02-21 22:00:31 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2004-02-21 22:00:31 +0300
commite5797936523d7834c8a4fc3a29e7b37472dc2170 (patch)
tree526534caf1f204811fded1c16a38bec727e5567c /source/blender/writeblenfile/SConscript
parentfbb830db4b6a5a5a3da60c4efc93f067acc32f49 (diff)
- [win32] updated SConscripts to use new configuration method (config.opts).
NOTE: ODE support needs still to be reviewed, so disable gameengine for now.
Diffstat (limited to 'source/blender/writeblenfile/SConscript')
-rw-r--r--source/blender/writeblenfile/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/writeblenfile/SConscript b/source/blender/writeblenfile/SConscript
index 48a1cba4949..6a30c7df3aa 100644
--- a/source/blender/writeblenfile/SConscript
+++ b/source/blender/writeblenfile/SConscript
@@ -19,5 +19,6 @@ wrblenfile_env.Append (CPPPATH = ['.',
'../readstreamglue',
'../readblenfile'])
+wrblenfile_env.Append (CPPPATH = user_options_dict['Z_INCLUDE'])
wrblenfile_env.Append (CPPPATH = extra_includes)
wrblenfile_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_writeblenfile', source=source_files)