Staging
v0.5.1
https://github.com/python/cpython
Revision 20ac14fbada54df7e16e50d2f010329e0b14d4fd authored by R David Murray on 30 July 2013, 18:43:10 UTC, committed by R David Murray on 30 July 2013, 18:43:10 UTC
2 parent s 8547a0e + 11bfd32
Raw File
Tip revision: 20ac14fbada54df7e16e50d2f010329e0b14d4fd authored by R David Murray on 30 July 2013, 18:43:10 UTC
Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
Tip revision: 20ac14f
env.bat
@echo off
set VS10=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0
IF EXIST "%VS10%" GOTO ok
set VS10=%ProgramFiles%\Microsoft Visual Studio 10.0
:ok

echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS10%\VC\vcvarsall.bat" %1
back to top