2012/12/5 Matti Picus <[email protected]>

> - the buildbot picked up the wrong compiler, it should not be using the
> visual stidio 10 compiler.


The windows build will pick the latest compiler available, picked in a list:
In pypy/translator/platform/windows.py:
    for vsver in (100, 90, 80, 71, 70): # All the versions I know

If vs2008 should be preferred vs2010, it's enough to swap the first two
entries.
And add a comment...

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to