[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23703] branches/soc-2008-mxcurioni/source /blender/freestyle/SConscript: jmsoler's SConscript patch for phtreads

Maxime Curioni maxime.curioni at gmail.com
Thu Oct 8 08:32:08 CEST 2009


Revision: 23703
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23703
Author:   mxcurioni
Date:     2009-10-08 08:32:07 +0200 (Thu, 08 Oct 2009)

Log Message:
-----------
jmsoler's SConscript patch for phtreads

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript	2009-10-08 05:53:26 UTC (rev 23702)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript	2009-10-08 06:32:07 UTC (rev 23703)
@@ -12,6 +12,14 @@
 incs += ' ' + env['BF_PYTHON_INC']	
 incs += ' ' + env['BF_PNG_INC']
 
+
+if env['OURPLATFORM'] == 'linux2':
+	cflags='-pthread'
+	incs += ' ../../../extern/binreloc/include'
+
+if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
+	incs += ' ' + env['BF_PTHREADS_INC']
+
 ########################################################
 #	folders sources 
 ########################################################





More information about the Bf-blender-cvs mailing list