Staging
v0.5.1
https://github.com/python/cpython
Revision f9f2982feeee97b15fd3706122e250bfeeb97153 authored by Amaury Forgeot d'Arc on 17 June 2008, 21:56:01 UTC, committed by Amaury Forgeot d'Arc on 17 June 2008, 21:56:01 UTC
1 parent 7a01984
Raw File
Tip revision: f9f2982feeee97b15fd3706122e250bfeeb97153 authored by Amaury Forgeot d'Arc on 17 June 2008, 21:56:01 UTC
Another merge error, seen on bigendian machines
Tip revision: f9f2982
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