mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
6 lines
184 B
Batchfile
6 lines
184 B
Batchfile
@rem Used by the buildbot "clean" step.
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
|
cd PCbuild
|
|
@echo Deleting .pyc/.pyo files ...
|
|
python.exe rmpyc.py
|
|
devenv.com /clean ReleaseAMD64 pcbuild.sln
|