mirror of
https://github.com/python/cpython.git
synced 2026-03-23 21:20:45 +00:00
7 lines
222 B
Batchfile
7 lines
222 B
Batchfile
@rem Used by the buildbot "clean" step.
|
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
|
cd PCbuild
|
|
@echo Deleting .pyc/.pyo files ...
|
|
del /s Lib\*.pyc Lib\*.pyo
|
|
devenv.com /clean Release pcbuild.sln
|
|
devenv.com /clean Debug pcbuild.sln
|