Kaydet (Commit) 4291b19d authored tarafından Martin v. Löwis's avatar Martin v. Löwis

cd PCbuild only after deleting all pyc files.

üst 6e3e4158
@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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment