|
Boost-Commit : |
From: dave_at_[hidden]
Date: 2007-12-07 18:21:30
Author: dave
Date: 2007-12-07 18:21:30 EST (Fri, 07 Dec 2007)
New Revision: 41841
URL: http://svn.boost.org/trac/boost/changeset/41841
Log:
Fix msvc auto-configuration (yikes!)
Text files modified:
branches/bitten/tools/build/v2/tools/msvc.jam | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: branches/bitten/tools/build/v2/tools/msvc.jam
==============================================================================
--- branches/bitten/tools/build/v2/tools/msvc.jam (original)
+++ branches/bitten/tools/build/v2/tools/msvc.jam 2007-12-07 18:21:30 EST (Fri, 07 Dec 2007)
@@ -988,11 +988,10 @@
for local x in "" "Wow6432Node\\"
{
vc-path += [ W32_GETREG
- "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\"$(x)$(.version-$(i)-reg)
+ "HKEY_LOCAL_MACHINE\\SOFTWARE\\"$(x)"\\Microsoft\\"$(.version-$(i)-reg)
: "ProductDir" ] ;
}
-
if $(vc-path)
{
vc-path = [ path.native [ path.join [ path.make-NT $(vc-path[1]) ] "bin" ] ] ;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk