Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 08e544e27bcc26fd82d218ea0676da42c8b8b9f7 authored by Antoine Pitrou on 25 August 2011, 16:32:02 UTC
Issue #12333: fix test_distutils failures under Solaris and derivatives
Tip revision: 08e544e
env.bat
@echo off
set VS9=%ProgramFiles%\Microsoft Visual Studio 9.0
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS9%\VC\vcvarsall.bat" %1
back to top