2 Import ('extra_includes')
3 Import ('user_options_dict')
6 python_env = library_env.Copy ()
8 source_files = ['BPY_interface.c',
11 'api2_2x/BezTriple.c',
21 'api2_2x/EXPP_interface.c',
29 'api2_2x/Mathutils.c',
51 'api2_2x/gen_utils.c',
56 'api2_2x/sceneRender.c',
57 'api2_2x/sceneRadio.c',
59 'api2_2x/windowTheme.c']
61 python_env.Append (CPPPATH = ['api2_2x',
65 '../render/extern/include',
66 '../radiosity/extern/include',
68 '#/intern/guardedalloc',
73 python_env.Append (CPPPATH = user_options_dict['PYTHON_INCLUDE'])
74 python_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
75 python_env.Append (CPPPATH = extra_includes)
76 python_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_python', source=source_files)