Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13d454 commit 9eea9d3Copy full SHA for 9eea9d3
2 files changed
Tools/buildbot/clean-amd64.bat
@@ -1,7 +1,10 @@
1
@rem Used by the buildbot "clean" step.
2
call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
3
-cd PCbuild
4
@echo Deleting .pyc/.pyo files ...
5
del /s Lib\*.pyc Lib\*.pyo
+@echo Deleting test leftovers ...
6
+rmdir /s /q build
7
+cd PCbuild
8
vcbuild /clean pcbuild.sln "Release|x64"
9
vcbuild /clean pcbuild.sln "Debug|x64"
10
+cd ..
Tools/buildbot/clean.bat
@@ -2,6 +2,9 @@
call "%VS90COMNTOOLS%vsvars32.bat"
cd PCbuild
vcbuild /clean pcbuild.sln "Release|Win32"
vcbuild /clean pcbuild.sln "Debug|Win32"
0 commit comments