[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29193] trunk/blender/SConstruct: disable openmp for blenderlite scons target

Campbell Barton ideasman42 at gmail.com
Thu Jun 3 20:25:03 CEST 2010


Revision: 29193
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29193
Author:   campbellbarton
Date:     2010-06-03 20:25:03 +0200 (Thu, 03 Jun 2010)

Log Message:
-----------
disable openmp for blenderlite scons target

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2010-06-03 17:48:34 UTC (rev 29192)
+++ trunk/blender/SConstruct	2010-06-03 18:25:03 UTC (rev 29193)
@@ -268,6 +268,7 @@
 	target_env_defs['WITH_BF_GAMEENGINE'] = False
 	target_env_defs['WITH_BF_OPENAL'] = False
 	target_env_defs['WITH_BF_OPENEXR'] = False
+	target_env_defs['WITH_BF_OPENMP'] = False
 	target_env_defs['WITH_BF_ICONV'] = False
 	target_env_defs['WITH_BF_INTERNATIONAL'] = False
 	target_env_defs['WITH_BF_OPENJPEG'] = False





More information about the Bf-blender-cvs mailing list