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>2006-01-24 01:44:44 +0300
committerTon Roosendaal <ton@blender.org>2006-01-24 01:44:44 +0300
commit9eadefee11b70342604410658df8f0d29a1c278d (patch)
tree16e6c08a7ca7b899ed9fd30995ac9141203d48d7 /source/blender/render/SConscript
parent042d612df219c8f6a29afa235537380f227b5684 (diff)
Scons changes needed to get it compile, works here! :)
Diffstat (limited to 'source/blender/render/SConscript')
-rw-r--r--source/blender/render/SConscript12
1 files changed, 3 insertions, 9 deletions
diff --git a/source/blender/render/SConscript b/source/blender/render/SConscript
index 71be91f1be3..256d4b16d86 100644
--- a/source/blender/render/SConscript
+++ b/source/blender/render/SConscript
@@ -4,27 +4,21 @@ Import ('library_env')
render_env = library_env.Copy ()
-source_files = ['intern/source/RE_callbacks.c',
+source_files = ['intern/source/convertblender.c',
'intern/source/edgeRender.c',
'intern/source/envmap.c',
- 'intern/source/errorHandler.c',
'intern/source/gammaCorrectionTables.c',
'intern/source/imagetexture.c',
'intern/source/initrender.c',
- 'intern/source/jitter.c',
'intern/source/pixelblending.c',
'intern/source/pixelshading.c',
+ 'intern/source/pipeline.c',
'intern/source/ray.c',
- 'intern/source/renderHelp.c',
- 'intern/source/renderPreAndPost.c',
'intern/source/rendercore.c',
'intern/source/renderdatabase.c',
'intern/source/shadbuf.c',
'intern/source/texture.c',
- 'intern/source/vanillaRenderPipe.c',
- 'intern/source/zblur.c',
- 'intern/source/zbuf.c',
- 'intern/source/zbufferdatastruct.c']
+ 'intern/source/zbuf.c']
render_env.Append (CPPPATH = ['intern/include',