mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Use 'del' instead of rmpyc.py to remove the pyc and pyo files.
This commit is contained in:
parent
631784322b
commit
1c8e5bc3b7
2 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
@echo Deleting .pyc/.pyo files ...
|
@echo Deleting .pyc/.pyo files ...
|
||||||
python.exe rmpyc.py
|
del /s Lib\*.pyc Lib\*.pyo
|
||||||
devenv.com /clean ReleaseAMD64 pcbuild.sln
|
devenv.com /clean ReleaseAMD64 pcbuild.sln
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
cd PCbuild
|
cd PCbuild
|
||||||
@echo Deleting .pyc/.pyo files ...
|
@echo Deleting .pyc/.pyo files ...
|
||||||
python_d.exe rmpyc.py
|
del /s Lib\*.pyc Lib\*.pyo
|
||||||
devenv.com /clean Release pcbuild.sln
|
devenv.com /clean Release pcbuild.sln
|
||||||
devenv.com /clean Debug pcbuild.sln
|
devenv.com /clean Debug pcbuild.sln
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue