Commit 350a872e authored by Martin v. Löwis's avatar Martin v. Löwis

Add buildbot support scripts.

parent 8c7c56e7
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.exe /build Debug /out build.txt PCbuild\pcbuild.sln
type build.txt
del build.txt
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.exe /clean Debug /out clean.txt PCbuild\pcbuild.sln
type clean.txt
del clean.txt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment