Staging
v0.5.1
https://github.com/python/cpython
Revision 9fb1aca5d863a2ee3f34417c5018f2797c4c3b01 authored by Antoine Pitrou on 06 September 2008, 23:04:32 UTC, committed by Antoine Pitrou on 06 September 2008, 23:04:32 UTC
1 parent fe38e44
Raw File
Tip revision: 9fb1aca5d863a2ee3f34417c5018f2797c4c3b01 authored by Antoine Pitrou on 06 September 2008, 23:04:32 UTC
Backport relevant part of r66274 (in issue #874900).
Tip revision: 9fb1aca
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