Staging
v0.5.1
https://github.com/python/cpython
Revision 03bd4f04ddec10dc3795209f68b34d5cd04cfe3b authored by Gregory P. Smith on 25 March 2008, 06:16:18 UTC, committed by Gregory P. Smith on 25 March 2008, 06:16:18 UTC
1 parent 3bf3cc0
Raw File
Tip revision: 03bd4f04ddec10dc3795209f68b34d5cd04cfe3b authored by Gregory P. Smith on 25 March 2008, 06:16:18 UTC
61867 not needed in 3k
Tip revision: 03bd4f0
build-amd64.bat
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external-amd64.bat
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
REM cmd /q/c Tools\buildbot\kill_python.bat
cmd /c Tools\buildbot\clean-amd64.bat
vcbuild PCbuild\pcbuild.sln "Debug|x64"
back to top