[Bf-blender-cvs] CVS commit: blender/config linux2-config.py

Nathan Letwory jesterking at letwory.net
Sun Feb 5 01:03:52 CET 2006


jesterking (Nathan Letwory ) 2006/02/05 01:03:51 CET

  Modified files:
    blender/config       linux2-config.py 
  
  Log:
  * Made options evaluate differently, so setting one option properly
    propagates to related options:
  
    In (platform)-config.py
      BF_PYTHON_VERSION = '2.4'
      BF_PYTHON_INC = '/usr/include/python${BF_PYTHON_VERSION}'
  
    In user-config.py
      BF_PYTHON_VERSION = '2.3'
  
    This will now have BF_PYTHON_INC evaluate actually to
    '/usr/include/python2.3' and not to '/usr/include/python2.4' as with
    the old way. Reported by Chris Want.
  
    Todo: also use in other platform configurations.
  
  Revision  Changes    Path
  1.3       +17 -17    blender/config/linux2-config.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/config/linux2-config.py.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list