[Bf-blender-cvs] CVS commit: blender/source/gameengine/GamePlayer/common SConscript blender/source/gameengine/GamePlayer/ghost SConscript

Stephen Swaney sswaney at centurytel.net
Tue Jun 27 17:54:37 CEST 2006


stiv (Stephen Swaney) 2006/06/27 17:54:37 CEST

  Modified files:
    blender/source/gameengine/GamePlayer/common SConscript 
    blender/source/gameengine/GamePlayer/ghost SConscript 
  
  Log:
  patch from Ralf Hölzemer (cheleb) for
  #4499 Fix for build of blenderplayer on windows/mingw/scons
  
  fixes some invalid cflags for gcc on windows/mingw/scons
  -if sys.platform=='win32':
  +if (sys.platform=='win32') & ( Environment().subst('$CC') != 'gcc'):
       cflags = ['/GR']
  
  Patch looks ok but no mingw evironment here to test.
  So mingw/sconsers to your testing stations.
  We can always roll back!
  
  Revision  Changes    Path
  1.9       +1 -1      blender/source/gameengine/GamePlayer/common/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/GamePlayer/common/SConscript.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.6       +1 -1      blender/source/gameengine/GamePlayer/ghost/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/GamePlayer/ghost/SConscript.diff?r1=1.5&r2=1.6&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list