[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12067] branches/cloth/blender/intern/ elbeem/SConscript: disable parallel for users

Daniel Genrich daniel.genrich at gmx.net
Mon Sep 17 15:25:29 CEST 2007


Revision: 12067
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12067
Author:   genscher
Date:     2007-09-17 15:25:29 +0200 (Mon, 17 Sep 2007)

Log Message:
-----------
disable parallel for users

Modified Paths:
--------------
    branches/cloth/blender/intern/elbeem/SConscript

Modified: branches/cloth/blender/intern/elbeem/SConscript
===================================================================
--- branches/cloth/blender/intern/elbeem/SConscript	2007-09-17 11:43:48 UTC (rev 12066)
+++ branches/cloth/blender/intern/elbeem/SConscript	2007-09-17 13:25:29 UTC (rev 12067)
@@ -5,7 +5,7 @@
 
 sources = env.Glob('intern/*.cpp')
 
-defs = 'PARALLEL NOGUI ELBEEM_BLENDER=1'
+defs = 'NOGUI ELBEEM_BLENDER=1'
 if env['OURPLATFORM']=='win32-vc':
     defs += ' USE_MSVC6FIXES'
 incs = env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC'] + ' ' +env['BF_SDL_INC']





More information about the Bf-blender-cvs mailing list