Staging
v0.5.1
https://github.com/python/cpython
Revision f50691b6ff61fbe492a5792f2edb95693cab7e32 authored by Larry Hastings on 10 February 2014, 22:45:14 UTC, committed by Larry Hastings on 10 February 2014, 22:45:14 UTC
1 parent e9f73ac
Raw File
Tip revision: f50691b6ff61fbe492a5792f2edb95693cab7e32 authored by Larry Hastings on 10 February 2014, 22:45:14 UTC
Added tag v3.4.0rc1 for changeset 5e088cea8660
Tip revision: f50691b
env.bat
@echo off
set VS10=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0
IF EXIST "%VS10%" GOTO ok
set VS10=%ProgramFiles%\Microsoft Visual Studio 10.0
:ok

echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS10%\VC\vcvarsall.bat" %1
back to top