mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added brief comments.
This commit is contained in:
parent
a96affe1fc
commit
1777ada247
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
|
@rem Used by the buildbot "compile" step.
|
||||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
devenv.com /build Debug PCbuild\pcbuild.sln
|
devenv.com /build Debug PCbuild\pcbuild.sln
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
|
@rem Used by the buildbot "clean" step.
|
||||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||||
devenv.com /clean Debug PCbuild\pcbuild.sln
|
devenv.com /clean Debug PCbuild\pcbuild.sln
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue