Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-10-10 15:07:58


Author: vladimir_prus
Date: 2007-10-10 15:07:57 EDT (Wed, 10 Oct 2007)
New Revision: 39898
URL: http://svn.boost.org/trac/boost/changeset/39898

Log:
Add logo, tweak the page
Added:
   trunk/tools/build/v2/boost_build.png (contents, props changed)
Text files modified:
   trunk/tools/build/v2/example/pch/Jamroot | 3 +++
   trunk/tools/build/v2/index.html | 15 ++++++++-------
   trunk/tools/build/v2/tools/msvc.jam | 2 +-
   3 files changed, 12 insertions(+), 8 deletions(-)

Added: trunk/tools/build/v2/boost_build.png
==============================================================================
Binary file. No diff available.

Modified: trunk/tools/build/v2/example/pch/Jamroot
==============================================================================
--- trunk/tools/build/v2/example/pch/Jamroot (original)
+++ trunk/tools/build/v2/example/pch/Jamroot 2007-10-10 15:07:57 EDT (Wed, 10 Oct 2007)
@@ -13,6 +13,9 @@
     include/pch.hpp
   : # requirements
     <include>include
+ : # default-build
+ : # usage requirements
+ <include>foobar
   ;
 explicit pch ;
 

Modified: trunk/tools/build/v2/index.html
==============================================================================
--- trunk/tools/build/v2/index.html (original)
+++ trunk/tools/build/v2/index.html 2007-10-10 15:07:57 EDT (Wed, 10 Oct 2007)
@@ -18,11 +18,14 @@
   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 @@
   </head>
 
   <body bgcolor="#FFFFFF" text="#000000">
- <img src="../../../boost.png" alt="boost.png (6897 bytes)" align="center"
- width="277" height="86"> <!-- sf logo -->
-
+
+ <p align="center"><img src="boost_build2.png" width="396" height="60" alt="Boost.Build V2"></img>
 
     <div class="contents sidebar topic" id="index">
       <p>
@@ -71,8 +73,7 @@
     </p>
    </div>
      
-
- <h1>Boost.Build V2</h1>
+<!-- <h1>Boost.Build V2</h1> -->
 
 
     <h2>Overview</h2>

Modified: trunk/tools/build/v2/tools/msvc.jam
==============================================================================
--- trunk/tools/build/v2/tools/msvc.jam (original)
+++ trunk/tools/build/v2/tools/msvc.jam 2007-10-10 15:07:57 EDT (Wed, 10 Oct 2007)
@@ -964,7 +964,7 @@
     }
 }
 
-if [ os.name ] in NT CYGWIN
+if [ os.name ] in NTXX CYGWIN
 {
     # Get installation paths from the registry
 


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