mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
6 lines
222 B
Batchfile
6 lines
222 B
Batchfile
@rem Used by the buildbot "compile" step.
|
|
setlocal
|
|
cmd /c Tools\buildbot\external-amd64.bat
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
|
REM cmd /q/c Tools\buildbot\kill_python.bat
|
|
devenv.com /build ReleaseAMD64 PCbuild\pcbuild.sln
|