From 95080ea5cd6a039b668aac93787357be484aaf57 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 6 Apr 2013 22:21:42 +0000 Subject: Freestyle / Scons: * Changes in tools\Blender.py were not merged, causing compile failure. --- build_files/scons/tools/Blender.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index 543def4e836..37db10bbe5b 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -388,6 +388,10 @@ def creator(env): defs.append('WITH_PYTHON') if env['BF_DEBUG']: defs.append('_DEBUG') + + if env['WITH_BF_FREESTYLE']: + incs.append('#/source/blender/freestyle') + defs.append('WITH_FREESTYLE') if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'): incs.append(env['BF_PTHREADS_INC']) -- cgit v1.2.3