mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00

to use the required versions of external sources. External sources are not yet built, so the build-step fails to built some targets.
5 lines
202 B
Batchfile
5 lines
202 B
Batchfile
@rem Used by the buildbot "compile" step.
|
|
cmd /c Tools\buildbot\external-amd64.bat
|
|
call "%VS90COMNTOOLS%vsvars32.bat"
|
|
REM cmd /q/c Tools\buildbot\kill_python.bat
|
|
vcbuild PCbuild\pcbuild.sln "Debug|x64"
|