Staging
v0.8.1
https://github.com/python/cpython
Revision 83463ce8d4a74a0955fb2d5a09ca16a80f4fe745 authored by Georg Brandl on 21 September 2008, 07:18:28 UTC, committed by Georg Brandl on 21 September 2008, 07:18:28 UTC
1 parent 73ac29e
Raw File
Tip revision: 83463ce8d4a74a0955fb2d5a09ca16a80f4fe745 authored by Georg Brandl on 21 September 2008, 07:18:28 UTC
#3914: add //= to the augmented assign operators.
Tip revision: 83463ce
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