Staging
v0.5.1
https://github.com/python/cpython
Revision e02f6c20ff9d017a8d1c8b27d96cbfc205185f06 authored by Robert Collins on 22 July 2015, 18:37:26 UTC, committed by Robert Collins on 22 July 2015, 18:37:26 UTC
1 parent 689b55c
Raw File
Tip revision: e02f6c20ff9d017a8d1c8b27d96cbfc205185f06 authored by Robert Collins on 22 July 2015, 18:37:26 UTC
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Tip revision: e02f6c2
env.bat
@echo off
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS100COMNTOOLS%..\..\VC\vcvarsall.bat" %*
back to top