[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
Wed Nov 12 12:48:59 CET 2008


Actually, we are obliged to modify the path in win32-vc-config.py and
in this Sconstruct too.

Selon Campbell Barton <ideasman42 at gmail.com>:

> 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