Staging
v0.5.1
https://github.com/python/cpython
Revision c47917071afebc9b715586677c87508b7472af69 authored by Raymond Hettinger on 04 April 2009, 08:48:03 UTC, committed by Raymond Hettinger on 04 April 2009, 08:48:03 UTC
1 parent d3179a0
Raw File
Tip revision: c47917071afebc9b715586677c87508b7472af69 authored by Raymond Hettinger on 04 April 2009, 08:48:03 UTC
Replace the localized min/max calls with normal if/else
Tip revision: c479170
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