From: Tim Peters Date: Sun, 12 Mar 2006 06:47:36 +0000 (+0000) Subject: Added brief comments. X-Git-Tag: v2.5a0~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1777ada24728b13d618b951d0d7857dfed4ae644;p=thirdparty%2FPython%2Fcpython.git Added brief comments. --- diff --git a/PCbuild/pybuild.bat b/PCbuild/pybuild.bat index 80db8d0d1380..aa019a9c7806 100644 --- a/PCbuild/pybuild.bat +++ b/PCbuild/pybuild.bat @@ -1,3 +1,3 @@ +@rem Used by the buildbot "compile" step. call "%VS71COMNTOOLS%vsvars32.bat" devenv.com /build Debug PCbuild\pcbuild.sln - diff --git a/PCbuild/pyclean.bat b/PCbuild/pyclean.bat index cad60b6f8d1d..d28262e43c26 100644 --- a/PCbuild/pyclean.bat +++ b/PCbuild/pyclean.bat @@ -1,3 +1,3 @@ +@rem Used by the buildbot "clean" step. call "%VS71COMNTOOLS%vsvars32.bat" devenv.com /clean Debug PCbuild\pcbuild.sln -