Add buildbot support scripts.

This commit is contained in:
Martin v. Löwis 2006-03-05 16:18:44 +00:00
parent 8c7c56e7c3
commit 350a872e59
2 changed files with 10 additions and 0 deletions

5
PCbuild/pybuild.bat Normal file
View file

@ -0,0 +1,5 @@
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.exe /build Debug /out build.txt PCbuild\pcbuild.sln
type build.txt
del build.txt

5
PCbuild/pyclean.bat Normal file
View file

@ -0,0 +1,5 @@
call "%VS71COMNTOOLS%vsvars32.bat"
devenv.exe /clean Debug /out clean.txt PCbuild\pcbuild.sln
type clean.txt
del clean.txt