Fixed a wrong apostrophe
[python.git] / Tools / buildbot / clean.bat
blob0d4d12e3537d5ada6a578b22fb7baedd5ff02ecc
1 @rem Used by the buildbot "clean" step.\r
2 call "%VS90COMNTOOLS%vsvars32.bat"\r
3 @echo Deleting .pyc/.pyo files ...\r
4 del /s Lib\*.pyc Lib\*.pyo\r
5 cd PCbuild\r
6 vcbuild /clean pcbuild.sln "Release|Win32"\r
7 vcbuild /clean pcbuild.sln "Debug|Win32"\r