[Soc-2006-dev] Re: [Soc-2006-cvs] CVS commit: soc-blender/config linux2-config.py soc-blender/source/blender/blenkernel BKE_global.h soc-blender/source/blender/include BDR_sculptmode.h BIF_resources.h butspace.h soc-blender/source/blender/src sculptmode.c buttons_editing.c header_view3d.c space.c ...

Chris Want cwant at ualberta.ca
Sat Jun 10 05:24:36 CEST 2006


Hi,

Nicholas Bishop wrote:
> nicholasbishop (Nicholas Bishop) 2006/06/10 03:23:48 CEST
> 
>   Modified files:        (Branch: nicholasbishop)
>     soc-blender/config   linux2-config.py 

Just a little tip about scons: you don't have to commit to
a platform specific config file (and in fact, you shouldn't).
I see you changed a line to:

BF_OPENAL_LIB = 'openal alut'

What you could have done is added this line to a file in your
blender directory called user-config.py, and this would have
overriden the platform specific setting. Since user-config.py
isn't in CVS, this is a nice way of doing local overrides,
since there is no fear of committing the local changes.

Regards,
Chris


More information about the Soc-2006-dev mailing list