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