Staging
v0.5.1
https://github.com/python/cpython
Revision ccc4ffe7a1e2ae151959446722bf1b58834f5e9f authored by Benjamin Peterson on 15 October 2014, 21:52:42 UTC, committed by Benjamin Peterson on 15 October 2014, 21:52:42 UTC
1 parent 6031fdf
Raw File
Tip revision: ccc4ffe7a1e2ae151959446722bf1b58834f5e9f authored by Benjamin Peterson on 15 October 2014, 21:52:42 UTC
close 3.1
Tip revision: ccc4ffe
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