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>2009-06-01 16:10:30 +0400
committerTon Roosendaal <ton@blender.org>2009-06-01 16:10:30 +0400
commit7c4fccd6847fe2743708f9b8b54d0e62193d7244 (patch)
tree2412c5dc712c9e982aefe88d116fb7104c52c5c9 /source/blender/SConscript
parent0e02fef8b498a7a2905dc8b341f6bebfc3a1e167 (diff)
2.5
Cleanup commit: - Yafray removed. Also did cmake/scons files, but didn't compile with it, so test would be appreciated :) - Removed old crap from Windows release dir, should be checked on further by windows release builder later.
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index f8b7fd358fe..691fbf9b494 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -25,9 +25,6 @@ SConscript(['avi/SConscript',
if env['WITH_BF_PYTHON']:
SConscript(['python/SConscript'])
-if env['WITH_BF_YAFRAY']:
- SConscript(['yafray/SConscript'])
-
if env['WITH_BF_DDS']:
SConscript (['imbuf/intern/dds/SConscript'])