diff --git a/v2/boost_build.png b/v2/boost_build.png new file mode 100644 index 000000000..3a9e64df2 Binary files /dev/null and b/v2/boost_build.png differ diff --git a/v2/example/pch/Jamroot b/v2/example/pch/Jamroot index 115164aae..35bb5e8ce 100644 --- a/v2/example/pch/Jamroot +++ b/v2/example/pch/Jamroot @@ -13,6 +13,9 @@ cpp-pch pch include/pch.hpp : # requirements include + : # default-build + : # usage requirements + foobar ; explicit pch ; diff --git a/v2/index.html b/v2/index.html index 1b9aead04..1e0e68fb2 100644 --- a/v2/index.html +++ b/v2/index.html @@ -18,11 +18,14 @@ div.sidebar { margin-left: 1em ; border: medium outset ; padding: 0em 1em ; - background-color: #ffffee ; + background-color: #adbed2; + border-color: #000000; + border-width: 1; width: 40% ; float: right ; clear: right } - +} + div.sidebar p.rubric { font-family: sans-serif ; font-size: medium } @@ -32,9 +35,8 @@ div.sidebar p.rubric { - boost.png (6897 bytes) - + +

Boost.Build V2

- -

Boost.Build V2

+

Overview

diff --git a/v2/tools/msvc.jam b/v2/tools/msvc.jam index 1a61f5c5c..22f910c3c 100644 --- a/v2/tools/msvc.jam +++ b/v2/tools/msvc.jam @@ -964,7 +964,7 @@ local rule register-configuration ( version : path ? ) } } -if [ os.name ] in NT CYGWIN +if [ os.name ] in NTXX CYGWIN { # Get installation paths from the registry