Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63258 - trunk/more/getting_started
From: bdawes_at_[hidden]
Date: 2010-06-23 13:15:06


Author: bemandawes
Date: 2010-06-23 13:15:04 EDT (Wed, 23 Jun 2010)
New Revision: 63258
URL: http://svn.boost.org/trac/boost/changeset/63258

Log:
Remove erroneous space in command line example
Text files modified:
   trunk/more/getting_started/windows.html | 10 +---------
   trunk/more/getting_started/windows.rst | 2 +-
   2 files changed, 2 insertions(+), 10 deletions(-)

Modified: trunk/more/getting_started/windows.html
==============================================================================
--- trunk/more/getting_started/windows.html (original)
+++ trunk/more/getting_started/windows.html 2010-06-23 13:15:04 EDT (Wed, 23 Jun 2010)
@@ -2,21 +2,15 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
 <title>Boost Getting Started on Windows</title>
-
 <link rel="stylesheet" href="../../rst.css" type="text/css" />
-
 </head>
 <body>
 <div class="document" id="logo-getting-started-on-windows">
-
 <h1 class="title"><a class="reference external" href="../../index.htm"><img alt="Boost" class="boost-logo" src="../../boost.png" /></a> Getting Started on Windows</h1>
 
-
-
 <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
 <!-- Software License, Version 1.0. (See accompanying -->
 <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
@@ -683,7 +677,7 @@
 in <tt class="docutils literal"><span class="pre">C:\Program</span> Files\boost\</tt><tt class="docutils literal">boost_1_44_0</tt><tt class="docutils literal">\lib</tt>:</p>
 <pre class="literal-block">
 cl /EHsc /I <em>path\to\</em><tt class="docutils literal">boost_1_44_0</tt> example.cpp <strong>^</strong>
- <strong>/link /LIBPATH:</strong> <strong>C:\Program Files\boost\</strong><strong>boost_1_44_0</strong><strong>\lib</strong>
+ <strong>/link /LIBPATH:</strong><strong>C:\Program Files\boost\</strong><strong>boost_1_44_0</strong><strong>\lib</strong>
 </pre>
 </div>
 <div class="section" id="library-naming">
@@ -946,8 +940,6 @@
 <!-- Software License, Version 1.0. (See accompanying -->
 <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
 </div>
-
 </div>
 </body>
 </html>
-

Modified: trunk/more/getting_started/windows.rst
==============================================================================
--- trunk/more/getting_started/windows.rst (original)
+++ trunk/more/getting_started/windows.rst 2010-06-23 13:15:04 EDT (Wed, 23 Jun 2010)
@@ -305,7 +305,7 @@
 .. parsed-literal::
 
    cl /EHsc /I |root| example.cpp **^**
- **/link /LIBPATH:** |default-root-bold|\ **\\lib**
+ **/link /LIBPATH:**\ |default-root-bold|\ **\\lib**
 
 Library Naming
 --------------


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