From d99a49593ddd5335cb41404f6efecdaca0095fc8 Mon Sep 17 00:00:00 2001 From: Joseph Gilbert Date: Sun, 14 Mar 2004 02:07:30 +0000 Subject: [PATCH] -update to sconscript for render module --- source/blender/python/SConscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 0c55dd6ae97..f7cb2e65075 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -44,11 +44,13 @@ source_files = ['BPY_interface.c', 'api2_2x/Mathutils.c', 'api2_2x/rgbTuple.c', 'api2_2x/gen_utils.c', + 'api2_2x/sceneRender.c', 'api2_2x/EXPP_interface.c'] python_env.Append (CPPPATH = ['api2_2x', '../blenkernel', '../blenlib', + '../render/extern/include', '../makesdna', '#/intern/guardedalloc', '#/intern/bmfont',