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

Johnny Matthews johnny.matthews at gmail.com
Sat Mar 12 17:50:53 CET 2005


Does someone have a working link to a windows dl of the openEXR lib? The 
link from the openEXR page was not working.

Kent Mein wrote:

>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>
>_______________________________________________
>Bf-blender-cvs mailing list
>Bf-blender-cvs at projects.blender.org
>http://projects.blender.org/mailman/listinfo/bf-blender-cvs
>
>  
>


More information about the Bf-committers mailing list