mirror of https://github.com/python/cpython
Change the Windows buildbot "clean" step to remove
stale .pyc files.
This commit is contained in:
parent
cf79aace07
commit
378832c914
|
@ -1,3 +1,6 @@
|
|||
@rem Used by the buildbot "clean" step.
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
devenv.com /clean Debug PCbuild\pcbuild.sln
|
||||
cd PCbuild
|
||||
devenv.com /clean Debug pcbuild.sln
|
||||
@echo Deleting .pyc/.pyo files ...
|
||||
python_d.exe rmpyc.py
|
||||
|
|
Loading…
Reference in New Issue