cd PCbuild only after deleting all pyc files.

This commit is contained in:
Martin v. Löwis 2008-03-05 22:24:31 +00:00
parent 6e3e415886
commit 4291b19d4e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@rem Used by the buildbot "clean" step.
call "%VS90COMNTOOLS%vsvars32.bat"
cd PCbuild
@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"