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

jmsoler at free.fr jmsoler at free.fr
Tue Nov 11 16:24:45 CET 2008


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


More information about the Bf-committers mailing list