summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorTrent Mick <trentm@activestate.com>2006-03-12 23:40:58 +0000
committerTrent Mick <trentm@activestate.com>2006-03-12 23:40:58 +0000
commitb1386772b5864f18bde618f76f4291986a48ed8c (patch)
tree0a4281adc4b0e3380789c5544ba4b46cfc051266 /Tools
parent44ed4db955500efa3f2e00cd3eada78713ac5eb3 (diff)
downloadcpython-git-b1386772b5864f18bde618f76f4291986a48ed8c.tar.gz
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.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/build.bat b/Tools/buildbot/build.bat
index aa019a9c78..00bbdbb72b 100644
--- a/Tools/buildbot/build.bat
+++ b/Tools/buildbot/build.bat
@@ -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