[Bf-blender-cvs] CVS commit: blender SConstruct

Kent Mein mein at cs.umn.edu
Sat Mar 12 17:32:33 CET 2005


sirdude (Kent Mein) 2005/03/12 17:32:33 CET

  Modified files:
    .                    SConstruct 
  
  Log:
  *sigh*  I obviously rushed this.  I honestly thought that this commit would
  not affect anyone.
  
  Changed:
  if user_openexr == 'false':
  	defines += ['WITH_OPENEXR']
  
  To what it was suppose to be:
  user_openexr = 'false':
  if user_openexr == 'true':
  	defines += ['WITH_OPENEXR']
  
  This was messed up on most platforms, somewhere when adding them all
  I switched to the bad version and continued with that...
  
  I'm on irc if anyone else has any commits to clean this up.  I'm going
  through things and trying to make sure its working for everyone.
  
  Sorry,
  
  Kent
  
  Revision  Changes    Path
  1.100     +16 -8     blender/SConstruct
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/SConstruct.diff?r1=1.99&r2=1.100&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list