[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17406] trunk/blender: Adjusted scons files so disabling quicktime, python and sdl also removes their includes when building.

Campbell Barton ideasman42 at gmail.com
Wed Nov 12 06:48:54 CET 2008


JesterKing can you comment?  - I only added the check for python being
enabled, not sure about  ${BF_PYTHON_LIBPATHS}  on win32.


On Wed, Nov 12, 2008 at 2:24 AM,  <jmsoler at free.fr> wrote:
> Selon Campbell Barton <ideasman42 at gmail.com>:
>
>> +    if env['WITH_BF_PYTHON']:
>> +        dllsources.append('#release/windows/extra/python25.zip')
>> +        if env['BF_DEBUG']:
>> +            dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}_d.dll')
>> +        else:
>> +            dllsources.append('${LCGDIR}/python/lib/${BF_PYTHON_LIB}.dll')
>
>
> Why do you not use ${BF_PYTHON_LIBPATHS} instead of  ${LCGDIR}/python/lib ?
>
> jms
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>



-- 
- Campbell


More information about the Bf-committers mailing list