Staging
v0.5.1
https://github.com/python/cpython
Revision 6108bf5ed002925f2092deb025f336d8c2024299 authored by Éric Araujo on 04 October 2010, 23:52:37 UTC, committed by Éric Araujo on 04 October 2010, 23:52:37 UTC
1 parent 7017616
Raw File
Tip revision: 6108bf5ed002925f2092deb025f336d8c2024299 authored by Éric Araujo on 04 October 2010, 23:52:37 UTC
Fix interaction of custom translation classes and caching (#9042)
Tip revision: 6108bf5
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