Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
f10a79aad4e2fc62d2c3675e89f873b22b185e7b
/
.
/
Tools
/
buildbot
/
clean-amd64.bat
blob: 1ce16052a73ea8ed99fba13bcccb443410b92f19 [
file
]
@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"