mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add buildbot support scripts.
This commit is contained in:
parent
8c7c56e7c3
commit
350a872e59
2 changed files with 10 additions and 0 deletions
5
PCbuild/pybuild.bat
Normal file
5
PCbuild/pybuild.bat
Normal 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
5
PCbuild/pyclean.bat
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue