mirror of
https://github.com/python/cpython.git
synced 2026-01-04 06:22:20 +00:00
Change amd64 buildbot scripts to use Visual Studio 2008, and
to use the required versions of external sources. External sources are not yet built, so the build-step fails to built some targets.
This commit is contained in:
parent
f71b59b072
commit
61390fd884
2 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,5 @@
|
|||
@rem Used by the buildbot "compile" step.
|
||||
setlocal
|
||||
cmd /c Tools\buildbot\external-amd64.bat
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
call "%VS90COMNTOOLS%vsvars32.bat"
|
||||
REM cmd /q/c Tools\buildbot\kill_python.bat
|
||||
devenv.com /build ReleaseAMD64 PC\VS7.1\pcbuild.sln
|
||||
vcbuild PCbuild\pcbuild.sln "Debug|x64"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
@rem Used by the buildbot "clean" step.
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
cd PC\VS7.1
|
||||
call "%VS90COMNTOOLS%vsvars32.bat"
|
||||
cd PCbuild
|
||||
@echo Deleting .pyc/.pyo files ...
|
||||
del /s Lib\*.pyc Lib\*.pyo
|
||||
devenv.com /clean ReleaseAMD64 pcbuild.sln
|
||||
vcbuild /clean pcbuild.sln "Release|x64"
|
||||
vcbuild /clean pcbuild.sln "Debug|x64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue