Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1ff110d8b3bfc204e401ac69576180f81cd6923a
/
.
/
Tools
/
buildbot
/
clean.bat
blob: 0d4d12e3537d5ada6a578b22fb7baedd5ff02ecc [
file
] [
log
] [
blame
]
@rem
Used
by
the buildbot
"clean"
step
.
call
"%VS90COMNTOOLS%vsvars32.bat"
@echo
Deleting
.
pyc
/.
pyo files
...
del
/
s
Lib
\*
.
pyc
Lib
\*
.
pyo
cd
PCbuild
vcbuild
/
clean pcbuild
.
sln
"Release|Win32"
vcbuild
/
clean pcbuild
.
sln
"Debug|Win32"