Added OpenBSD3.x to the SCons build system.

This commit is contained in:
Nathan Letwory
2004-03-02 08:40:19 +00:00
parent b8b21cb47a
commit af2c3a4c10
7 changed files with 89 additions and 1 deletions

View File

@@ -56,5 +56,6 @@ python_env.Append (CPPPATH = ['api2_2x',
'../include'])
python_env.Append (CPPPATH = user_options_dict['PYTHON_INCLUDE'])
python_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
python_env.Append (CPPPATH = extra_includes)
python_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_python', source=source_files)