]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commit9104048378e6a310db14a53f494f1eff74a22377
treec3ce1681898c6f88f86ba8d4c8d95f2b969308b2
parent7a0109f86e8d2ed229d10aa78fabdc6d9d08845f
Merge rev 42984 from trunk.

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