Staging
v0.5.1
https://github.com/python/cpython
Revision e9a4de51ab5ba19d4b1295aadad0533eea394b0a authored by Martin v. Löwis on 04 September 2010, 22:12:46 UTC, committed by Martin v. Löwis on 04 September 2010, 22:12:46 UTC
1 parent 0049249
Raw File
Tip revision: e9a4de51ab5ba19d4b1295aadad0533eea394b0a authored by Martin v. Löwis on 04 September 2010, 22:12:46 UTC
Drop cabarc artifact.
Tip revision: e9a4de5
clean.bat
@rem Used by the buildbot "clean" step.
call "%VS90COMNTOOLS%vsvars32.bat"
@echo Deleting .pyc/.pyo files ...
del /s Lib\*.pyc Lib\*.pyo
cd PCbuild
vcbuild /clean pcbuild.sln "Release|Win32"
vcbuild /clean pcbuild.sln "Debug|Win32"
back to top