Staging
v0.5.1
Revision 900155fa42a78b2c0b5fb6d01bb81264162d9fdc authored by Mark Hammond on 18 September 2008, 03:51:46 UTC, committed by Mark Hammond on 18 September 2008, 03:51:46 UTC
later test failures.  As discussed on #python-dev
1 parent 9f381ec
Raw File
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