Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 68707af1fb87c8b3d128b71c863cd68195da198f authored by Georg Brandl on 23 February 2014, 07:46:00 UTC
merge
Tip revision: 68707af
clean.bat
@rem Used by the buildbot "clean" step.
call "%VS100COMNTOOLS%vsvars32.bat"
@echo Deleting test leftovers ...
rmdir /s /q build
cd PCbuild
msbuild /target:clean pcbuild.sln /p:Configuration=Release /p:PlatformTarget=x86
msbuild /target:clean pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x86
cd ..
back to top