Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: e9f73ac1fd5184173179596d4fa5caa45682d301 authored by Larry Hastings on 10 February 2014, 22:45:05 UTC
Python 3.4.0rc1: Version bump.
Tip revision: e9f73ac
build-amd64.bat
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external-amd64.bat
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
cmd /c Tools\buildbot\clean-amd64.bat

msbuild PCbuild\pcbuild.sln /p:Configuration=Debug /p:Platform=x64
back to top