Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
d858df20d0d82eeefbdbe9982cfd68207a0cd446
/
.
/
Tools
/
buildbot
/
clean-amd64.bat
blob: 9fb35e94532741f36e0a1bdbaa107beed544308e [
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"