Staging
v0.5.1
https://github.com/python/cpython
Revision 89fc2b78214b97f7bc5d3fcf32d9e4cb9940c1dd authored by Raymond Hettinger on 27 February 2009, 07:47:32 UTC, committed by Raymond Hettinger on 27 February 2009, 07:47:32 UTC
1 parent 3177f2f
Raw File
Tip revision: 89fc2b78214b97f7bc5d3fcf32d9e4cb9940c1dd authored by Raymond Hettinger on 27 February 2009, 07:47:32 UTC
Give mapping views a usable repr.
Tip revision: 89fc2b7
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