Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by
[python.git] / Tools / buildbot / clean-amd64.bat
blob1ce16052a73ea8ed99fba13bcccb443410b92f19
1 @rem Used by the buildbot "clean" step.\r
2 call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64\r
3 cd PCbuild\r
4 @echo Deleting .pyc/.pyo files ...\r
5 del /s Lib\*.pyc Lib\*.pyo\r
6 vcbuild /clean pcbuild.sln "Release|x64"\r
7 vcbuild /clean pcbuild.sln "Debug|x64"\r