From 8d51d55795ddd0419301d59a0a4647cf08ab260e Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 12 Mar 2006 06:48:57 +0000 Subject: [PATCH] Copy from the trunk, for the buildbot. --- PCbuild/pybuild.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 PCbuild/pybuild.bat diff --git a/PCbuild/pybuild.bat b/PCbuild/pybuild.bat new file mode 100644 index 000000000000..aa019a9c7806 --- /dev/null +++ b/PCbuild/pybuild.bat @@ -0,0 +1,3 @@ +@rem Used by the buildbot "compile" step. +call "%VS71COMNTOOLS%vsvars32.bat" +devenv.com /build Debug PCbuild\pcbuild.sln -- 2.47.3