mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
Add buildbot support scripts.
This commit is contained in:
parent
8c7c56e7c3
commit
350a872e59
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…
Reference in New Issue
Block a user