Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
903a65d7f15d0e81fb622b7c42f93f9368bebbe5
/
.
/
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"