Staging
v0.5.1
https://github.com/python/cpython
Revision 925c6ad85be18eea450e05fa033b09d8c60e5543 authored by Terry Jan Reedy on 13 June 2014, 18:57:44 UTC, committed by Terry Jan Reedy on 13 June 2014, 18:57:44 UTC
1 parent ba301de
Raw File
Tip revision: 925c6ad85be18eea450e05fa033b09d8c60e5543 authored by Terry Jan Reedy on 13 June 2014, 18:57:44 UTC
Issue #21726: Remove unnecessary and contextually wrong line.
Tip revision: 925c6ad
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