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

JLuc Peuriere jlp at nerim.net
Sat Feb 4 23:16:01 CET 2006


lukep (JLuc Peuriere ) 2006/02/04 23:16:01 CET

  Modified files:
    blender/config       darwin-config.py 
  
  Log:
  more sensible defaults for new scons on Os X :
  
  - python 2.3   if you want python 2.4 add the 2 following lines in
                 user-config.py :
                BF_PYTHON = '2.3'
                BF_PYTHON = '/library.Frameworks/Python.framework/Versions/'
  
  - disabled libtiff by default. new scons force lib linking &  it shouldnt
    will work on that
  - added SystemStubs lib that 10.4 require in some circumstances.
    10.3 users may have to remove it with this line :
                LLIBS = 'stdc++'
  
  additional notes :
  
  OpenEXR libs and includes are searched in /usr/local
  use by preference gcc3.3 gcc4 need some new libs i will commit shortly
  you get in final an unpackaged binary. take a previous blender app  and use
  show package content command to navigate to Contents/MacOs. replace the
  binary there by new one, and voila, you have a working new app.
  
  will commit shortly the automatic packager
  
  Revision  Changes    Path
  1.3       +11 -11    blender/config/darwin-config.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/config/darwin-config.py.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list