If you search the scons files for "win64-vc" and "win32-vc" you can
see they are used in many different places. Probably it's best to
avoid adding new "platforms" and config files for this case.

Can you edit the existing win32-vc-config.py and win64-vc-config.py,
with some if/else statements to handle both compilers? The darwin
config does something similar. Ideally the python script can then auto
detect the visual studio version, if not it can be an option that the
user sets.

On Fri, May 24, 2013 at 12:43 PM, Jürgen Herrmann <[email protected]> wrote:
> Hi there,
>
> i am just working on SCons support for VS2012 and got stuck with following 
> question:
>
> I created new config files:
> win32-vc11-config.py
> win64-vc11-config.py
>
> How do I tell SCons to use these config files, when building?
>
> /Jürgen
> _______________________________________________
> Bf-committers mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-committers
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to