]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/clean.bat
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / buildbot / clean.bat
CommitLineData
4710c53d 1@rem Used by the buildbot "clean" step.\r
2call "%VS90COMNTOOLS%vsvars32.bat"\r
3@echo Deleting .pyc/.pyo files ...\r
4del /s Lib\*.pyc Lib\*.pyo\r
5@echo Deleting test leftovers ...\r
6rmdir /s /q build\r
7cd PCbuild\r
8vcbuild /clean pcbuild.sln "Release|Win32"\r
9vcbuild /clean pcbuild.sln "Debug|Win32"\r
10cd ..\r