[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.

Nathan Letwory jesterking at letwory.net
Wed Nov 12 08:49:41 CET 2008


Cleaned up in r17420

/Nathan

On Wed, Nov 12, 2008 at 7:48 AM, Campbell Barton <ideasman42 at gmail.com> wrote:
> 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
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
>


More information about the Bf-committers mailing list