clean.bat 305 Bytes
Newer Older
1
@rem Used by the buildbot "clean" step.
2
call "%VS100COMNTOOLS%vsvars32.bat"
3 4
@echo Deleting test leftovers ...
rmdir /s /q build
5
cd PCbuild
6 7
msbuild /target:clean pcbuild.sln /p:Configuration=Release /p:PlatformTarget=x86
msbuild /target:clean pcbuild.sln /p:Configuration=Debug /p:PlatformTarget=x86
8
cd ..