Kaydet (Commit) 1c8e5bc3 authored tarafından Thomas Heller's avatar Thomas Heller

Use 'del' instead of rmpyc.py to remove the pyc and pyo files.

üst 63178432
......@@ -2,5 +2,5 @@
call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@echo Deleting .pyc/.pyo files ...
python.exe rmpyc.py
del /s Lib\*.pyc Lib\*.pyo
devenv.com /clean ReleaseAMD64 pcbuild.sln
......@@ -2,6 +2,6 @@
call "%VS71COMNTOOLS%vsvars32.bat"
cd PCbuild
@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 Debug pcbuild.sln
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment