From: Tim Peters Date: Sun, 12 Mar 2006 06:49:18 +0000 (+0000) Subject: Copy from the trunk, for the buildbot. X-Git-Tag: v2.4.3c1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7ddeceb238a10199cf32542c7a3067d04c274d3;p=thirdparty%2FPython%2Fcpython.git Copy from the trunk, for the buildbot. --- diff --git a/PCbuild/pyclean.bat b/PCbuild/pyclean.bat new file mode 100644 index 000000000000..d28262e43c26 --- /dev/null +++ b/PCbuild/pyclean.bat @@ -0,0 +1,3 @@ +@rem Used by the buildbot "clean" step. +call "%VS71COMNTOOLS%vsvars32.bat" +devenv.com /clean Debug PCbuild\pcbuild.sln