From e331b395b0b2732f7d250b37bcb63cce8235637e Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 3 Apr 2004 14:07:30 +0000 Subject: and the sconscriptstructthingemabobs! --- source/blender/python/SConscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index e5292c2a774..fdadd327631 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -46,7 +46,8 @@ source_files = ['BPY_interface.c', 'api2_2x/rgbTuple.c', 'api2_2x/gen_utils.c', 'api2_2x/sceneRender.c', - 'api2_2x/EXPP_interface.c'] + 'api2_2x/EXPP_interface.c' + 'api2_2x/Noise.c'] python_env.Append (CPPPATH = ['api2_2x', '../blenkernel', -- cgit v1.2.3