mirror of https://github.com/python/cpython
Merge
This commit is contained in:
commit
ff5ee0cfef
|
@ -1,7 +1,10 @@
|
||||||
@rem Used by the buildbot "clean" step.
|
@rem Used by the buildbot "clean" step.
|
||||||
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
|
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
|
||||||
cd PCbuild
|
|
||||||
@echo Deleting .pyc/.pyo files ...
|
@echo Deleting .pyc/.pyo files ...
|
||||||
del /s Lib\*.pyc Lib\*.pyo
|
del /s Lib\*.pyc Lib\*.pyo
|
||||||
|
@echo Deleting test leftovers ...
|
||||||
|
rmdir /s /q build
|
||||||
|
cd PCbuild
|
||||||
vcbuild /clean pcbuild.sln "Release|x64"
|
vcbuild /clean pcbuild.sln "Release|x64"
|
||||||
vcbuild /clean pcbuild.sln "Debug|x64"
|
vcbuild /clean pcbuild.sln "Debug|x64"
|
||||||
|
cd ..
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
call "%VS90COMNTOOLS%vsvars32.bat"
|
call "%VS90COMNTOOLS%vsvars32.bat"
|
||||||
@echo Deleting .pyc/.pyo files ...
|
@echo Deleting .pyc/.pyo files ...
|
||||||
del /s Lib\*.pyc Lib\*.pyo
|
del /s Lib\*.pyc Lib\*.pyo
|
||||||
|
@echo Deleting test leftovers ...
|
||||||
|
rmdir /s /q build
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
vcbuild /clean pcbuild.sln "Release|Win32"
|
vcbuild /clean pcbuild.sln "Release|Win32"
|
||||||
vcbuild /clean pcbuild.sln "Debug|Win32"
|
vcbuild /clean pcbuild.sln "Debug|Win32"
|
||||||
|
cd ..
|
||||||
|
|
Loading…
Reference in New Issue