mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
6 lines
179 B
Batchfile
6 lines
179 B
Batchfile
@rem Used by the buildbot "clean" step.
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
|
cd PCbuild
|
|
@echo Deleting .pyc/.pyo files ...
|
|
python_d.exe rmpyc.py
|
|
devenv.com /clean Debug pcbuild.sln
|