[Bf-blender-cvs] [168f833] cycles-ptex-49: Ptex SCons include tweaks

Nicholas Bishop noreply at git.blender.org
Sun Feb 8 20:10:18 CET 2015


Commit: 168f833d94b6082c3231c40f18c9d6cf8fa24135
Author: Nicholas Bishop
Date:   Sun Feb 8 20:09:44 2015 +0100
Branches: cycles-ptex-49
https://developer.blender.org/rB168f833d94b6082c3231c40f18c9d6cf8fa24135

Ptex SCons include tweaks

===================================================================

M	extern/ptex/SConscript

===================================================================

diff --git a/extern/ptex/SConscript b/extern/ptex/SConscript
index b765a7a..5c036a1 100644
--- a/extern/ptex/SConscript
+++ b/extern/ptex/SConscript
@@ -6,6 +6,10 @@ incs = ['.']
 defs = ''
 
 incs += Split(env['BF_OIIO_INC'])
+incs += Split(env['BF_BOOST_INC'])
+
+if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
+    incs.append(env['BF_PTHREADS_INC'])
 
 env.BlenderLib ('extern_ptex', sources, Split(incs), Split(defs),
                 libtype=['extern', 'player'], priority=[80, 200] )




More information about the Bf-blender-cvs mailing list