[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27247] branches/render25/source/creator/ SConscript: Render Branch: another file that needs the pthreads include for scons.

Brecht Van Lommel brecht at blender.org
Wed Mar 3 13:34:49 CET 2010


Revision: 27247
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27247
Author:   blendix
Date:     2010-03-03 13:34:49 +0100 (Wed, 03 Mar 2010)

Log Message:
-----------
Render Branch: another file that needs the pthreads include for scons.

Modified Paths:
--------------
    branches/render25/source/creator/SConscript

Modified: branches/render25/source/creator/SConscript
===================================================================
--- branches/render25/source/creator/SConscript	2010-03-03 12:23:21 UTC (rev 27246)
+++ branches/render25/source/creator/SConscript	2010-03-03 12:34:49 UTC (rev 27247)
@@ -40,4 +40,7 @@
 	defs.append('BUILD_DATE')
 	defs.append('NAN_BUILDINFO')
 
+if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
+	incs += ' ' + env['BF_PTHREADS_INC']
+
 env.BlenderLib ( libname = 'bf_creator', sources = Split(sources), includes = Split(incs), defines = defs, libtype='core', priority = 0 )





More information about the Bf-blender-cvs mailing list