mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Oops! Use python_d.exe _before_ it's destroyed :-)
This commit is contained in:
parent
378832c914
commit
1a3b248aff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@rem Used by the buildbot "clean" step.
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
cd PCbuild
|
||||
devenv.com /clean Debug pcbuild.sln
|
||||
@echo Deleting .pyc/.pyo files ...
|
||||
python_d.exe rmpyc.py
|
||||
devenv.com /clean Debug pcbuild.sln
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue