Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 463c3f3eefbb706f4da1f17eb25a83968b636094 authored by Larry Hastings on 12 June 2016, 05:24:03 UTC
Release bump for 3.4.5rc1.
Tip revision: 463c3f3
build-amd64.bat
@rem Formerly used by the buildbot "compile" step.
@echo This script is no longer used and may be removed in the future.
@echo To get the same effect as this script, use
@echo     PCbuild\build.bat -d -e -k -p x64
call "%~dp0build.bat" -p x64 %*
back to top