From c9bca51e7646510913bace5374e0a948ddb7dfb7 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 8 Nov 2011 20:40:02 +0000 Subject: Add compiles support for Cycles. No CUDA compiling yet, will be added later. --- source/blender/SConscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/SConscript') diff --git a/source/blender/SConscript b/source/blender/SConscript index 969bd2966fc..ea5101f8111 100644 --- a/source/blender/SConscript +++ b/source/blender/SConscript @@ -11,7 +11,6 @@ SConscript(['avi/SConscript', 'editors/SConscript', 'imbuf/SConscript', 'makesdna/SConscript', - 'makesrna/SConscript', 'render/SConscript', 'nodes/SConscript', 'modifiers/SConscript', @@ -19,7 +18,7 @@ SConscript(['avi/SConscript', 'windowmanager/SConscript', 'blenfont/SConscript']) - +makesrna = SConscript('makesrna/SConscript') if env['WITH_BF_PYTHON']: SConscript(['python/SConscript']) -- cgit v1.2.3