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:
authorStefan Gartner <stefang@aon.at>2004-01-05 18:33:32 +0300
committerStefan Gartner <stefang@aon.at>2004-01-05 18:33:32 +0300
commit3cf499e044f28b058f5b6b0c9f206ecc03101f11 (patch)
tree205540beec9acf887a99c26e6929bd2309a877f0 /source/blender/SConscript
parent092c6fd1bb3d0a3143368d8fb7cb42ad93589a0c (diff)
update scons files to build with yafray support
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index 02e39aacb97..3b01792081d 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -19,7 +19,8 @@ SConscript(['blenloader/SConscript',
'python/SConscript',
'makesdna/SConscript',
'src/SConscript',
- 'renderconverter/SConscript'])
+ 'renderconverter/SConscript',
+ 'yafray/SConscript'])
if use_international == 'true':
SConscript (['ftfont/SConscript'])