commit | 1c8e5bc3b793597d2326d705119fb425d0ecf94d | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Nov 16 07:00:30 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Nov 16 07:00:30 2007 +0000 |
tree | 6ed81d8d8c6a2aee2d76090c45af42146245f436 | |
parent | 631784322b31c95e060a1bf177d81b30467b181f [diff] [blame] |
Use 'del' instead of rmpyc.py to remove the pyc and pyo files.
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 19400a9..df50aff 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat
@@ -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