- [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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user