Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
28cee96ee1106aa5597f7b51be1a8ba0d2bdfcb2
/
.
/
Tools
/
buildbot
/
clean-amd64.bat
blob: 1ce16052a73ea8ed99fba13bcccb443410b92f19 [
file
] [
log
] [
blame
]
@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"