Freestyle / Scons:

* Changes in tools\Blender.py were not merged, causing compile failure.
This commit is contained in:
Thomas Dinges
2013-04-06 22:21:42 +00:00
parent 89863f78a9
commit 95080ea5cd

View File

@@ -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'])