Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 3e0fa42d874df47edd2194bcd6c6f3e250f6ca49 authored by Benjamin Peterson on 27 November 2010, 14:40:29 UTC
2.7.1 final version bump
Tip revision: 3e0fa42
clean-amd64.bat
@rem Used by the buildbot "clean" step.
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
cd PCbuild
@echo Deleting .pyc/.pyo files ...
del /s Lib\*.pyc Lib\*.pyo
vcbuild /clean pcbuild.sln "Release|x64"
vcbuild /clean pcbuild.sln "Debug|x64"
back to top