- [win32] updated SConscripts to use new configuration method (config.opts).

NOTE: ODE support needs still to be reviewed, so disable gameengine for now.
This commit is contained in:
Nathan Letwory
2004-02-21 19:00:31 +00:00
parent fbb830db4b
commit e579793652
9 changed files with 12 additions and 2 deletions

View File

@@ -18,5 +18,6 @@ deflate_env.Append (CPPPATH = ['.',
'../readstreamglue',
'../inflate'])
deflate_env.Append (CPPPATH=user_options_dict['Z_INCLUDE'])
deflate_env.Append (CPPPATH=extra_includes)
deflate_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_deflate', source=source_files)