]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge rev 42984 from trunk.
authorTim Peters <tim.peters@gmail.com>
Mon, 13 Mar 2006 04:17:40 +0000 (04:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 13 Mar 2006 04:17:40 +0000 (04:17 +0000)
Adding the /useenv means that one's PATH actually gets through. This is
important for the _ssl.vproj build. It calls build_ssl.py which tries to
find a Perl to use. Without "/useenv" Visual Studio is getting a PATH
from somewhere else (presumably from its internal environment
configuration). The result is that build_ssl.py fallsback to its
"well-known" locations for a Perl install.

Tools/buildbot/build.bat

index aa019a9c7806b29a1d1b38d6c61638fd050b0446..00bbdbb72b513a164f716fb39376ddaa9b1105bb 100644 (file)
@@ -1,3 +1,3 @@
 @rem Used by the buildbot "compile" step.
 call "%VS71COMNTOOLS%vsvars32.bat"
-devenv.com /build Debug PCbuild\pcbuild.sln
+devenv.com /useenv /build Debug PCbuild\pcbuild.sln