Zachary Ware | 4c9c848 | 2015-04-13 11:59:54 -0500 | [diff] [blame] | 1 | @rem Used by the buildbot "clean" step. |
2 | call "%VS100COMNTOOLS%vsvars32.bat" | ||||
3 | @echo Deleting test leftovers ... | ||||
4 | rmdir /s /q build | ||||
5 | cd PCbuild | ||||
6 | msbuild /target:clean pcbuild.sln /p:Configuration=Release /p:PlatformTarget=x86 | ||||
7 | msbuild /target:clean pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x86 | ||||
8 | cd .. |