blob: 218facc3b179e879eeafe58cae017fab9e8015d9 [file] [log] [blame]
Georg Brandl49857f82011-03-05 15:11:35 +01001@rem Used by the buildbot "clean" step.
Brian Curtin401f9f32012-05-13 11:19:23 -05002call "%VS100COMNTOOLS%vsvars32.bat"
Antoine Pitrou9eea9d32011-03-26 21:15:47 +01003@echo Deleting test leftovers ...
4rmdir /s /q build
Georg Brandl49857f82011-03-05 15:11:35 +01005cd PCbuild
Brian Curtin6d7c9f32012-05-13 22:45:57 -05006msbuild /target:clean pcbuild.sln /p:Configuration=Release /p:PlatformTarget=x86
7msbuild /target:clean pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x86
Antoine Pitrou9eea9d32011-03-26 21:15:47 +01008cd ..