Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-04-03 18:07:30 +0400
committerTon Roosendaal <ton@blender.org>2004-04-03 18:07:30 +0400
commite331b395b0b2732f7d250b37bcb63cce8235637e (patch)
tree748a9cb7ca371fbdd5a7ad20a7077ab84a0f49fd /source/blender/python/SConscript
parent07cd0ac910febc98dc4e344ea5c2a1c5e426b02c (diff)
and the sconscriptstructthingemabobs!
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript3
1 files changed, 2 insertions, 1 deletions
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',