Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 1803024c8a13c14d1f02e640ddca054077449698 authored by Barry Warsaw on 01 March 2010, 22:16:51 UTC
More copyright year updates.
Tip revision: 1803024
build.bat
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS90COMNTOOLS%vsvars32.bat"
cmd /c Tools\buildbot\clean.bat
vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe
vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"

back to top