/Tools/buildbot/clean.bat

http://unladen-swallow.googlecode.com/ · Batch · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 43776458167e08e2b4836449b9167dba MD5 · raw file

  1. @rem Used by the buildbot "clean" step.
  2. call "%VS90COMNTOOLS%vsvars32.bat"
  3. @echo Deleting .pyc/.pyo files ...
  4. del /s Lib\*.pyc Lib\*.pyo
  5. cd PCbuild
  6. vcbuild /clean pcbuild.sln "Release|Win32"
  7. vcbuild /clean pcbuild.sln "Debug|Win32"