Kaydet (Commit) b1386772 authored tarafından Trent Mick's avatar Trent Mick

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.
üst 44ed4db9
@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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment