[Bf-blender-cvs] CVS commit: blender/tools Blender.py

Stephen Swaney sswaney at centurytel.net
Fri Apr 13 08:30:34 CEST 2007


stiv (Stephen Swaney) 2007/04/13 08:30:34 CEST

  Modified files:
    blender/tools        Blender.py 
  
  Log:
  fix mashup of CCFLAGS and CXXFLAGS for scons builds.
  
  CXXFLAGS defaults to CCFLAGS which was causing duplicated or
  extra compile flags being set for g++.  Fix is to use
  env.Replace() rather than .Append() the first time we
  set CXXFLAGS in the build environment.
  
  Revision  Changes    Path
  1.32      +9 -3      blender/tools/Blender.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/tools/Blender.py.diff?r1=1.31&r2=1.32&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list