mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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.
7 lines
228 B
Batchfile
7 lines
228 B
Batchfile
@rem Used by the buildbot "clean" step.
|
|
call "%VS90COMNTOOLS%vsvars32.bat"
|
|
cd PCbuild
|
|
@echo Deleting .pyc/.pyo files ...
|
|
del /s Lib\*.pyc Lib\*.pyo
|
|
vcbuild /clean pcbuild.sln "Release|x64"
|
|
vcbuild /clean pcbuild.sln "Debug|x64"
|