diff options
author | Dave Abrahams <dave@boostpro.com> | 2009-01-04 02:18:54 +0000 |
---|---|---|
committer | Dave Abrahams <dave@boostpro.com> | 2009-01-04 02:18:54 +0000 |
commit | 136e4e75267fa7e1312e1c9076eab978a1af9b91 (patch) | |
tree | f58bb5e9de01a6597c3ec77dbc867e36076230c2 | |
parent | 97a07623c60d247ee0864c2bd72c3c1dc43167ff (diff) | |
download | boost-136e4e75267fa7e1312e1c9076eab978a1af9b91.tar.gz |
Fixes #2622 on trunk; thanks ywu and steven. Unfortunately I don't know how to move these changes to the live site
[SVN r50455]
-rw-r--r-- | more/getting_started/windows.html | 4 | ||||
-rw-r--r-- | more/getting_started/windows.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html index 41a2a7b3c0..ed29ec8439 100644 --- a/more/getting_started/windows.html +++ b/more/getting_started/windows.html @@ -500,7 +500,7 @@ bjam <strong>--build-dir=</strong><a class="reference internal" href="#id12"><em C:\WINDOWS> cd <tt class="docutils literal"><span class="pre">C:\Program</span> <span class="pre">Files\boost\</span></tt><tt class="docutils literal"><span class="pre">boost_1_38_0</span></tt> <tt class="docutils literal"><span class="pre">C:\Program</span> <span class="pre">Files\boost\</span></tt><tt class="docutils literal"><span class="pre">boost_1_38_0</span></tt>> bjam <strong>^</strong> More? <strong>--build-dir=</strong>"C:\Documents and Settings\dave\build-boost" <strong>^</strong> -More? <strong>--toolset=</strong> <strong>--build-type=complete</strong> msvc stage +More? <strong>--toolset=</strong>msvc <strong>--build-type=complete</strong> stage </pre> <p>Be sure to read <a class="reference internal" href="#continuation">this note</a> about the appearance of <tt class="docutils literal"><span class="pre">^</span></tt>, <tt class="docutils literal"><span class="pre">More?</span></tt> and quotation marks (<tt class="docutils literal"><span class="pre">"</span></tt>) in that line.</p> @@ -537,7 +537,7 @@ be interested in:</p> <p class="last">Boost.Build can produce a great deal of output, which can make it easy to miss problems. If you want to make sure everything is went well, you might redirect the output into a -file by appending “``>build.log 2>&1``” to your command line.</p> +file by appending “<tt class="docutils literal"><span class="pre">>build.log</span> <span class="pre">2>&1</span></tt>” to your command line.</p> </div> </div> </div> diff --git a/more/getting_started/windows.rst b/more/getting_started/windows.rst index 6026dd7d74..40daf42cc8 100644 --- a/more/getting_started/windows.rst +++ b/more/getting_started/windows.rst @@ -215,7 +215,7 @@ For example, your session might look like this: [#continuation]_ C:\\WINDOWS> cd |default-root| |default-root|> bjam **^** More? **--build-dir=**\ "C:\\Documents and Settings\\dave\\build-boost" **^** - More? **--toolset=**\ **--build-type=complete** msvc stage + More? **--toolset=**\ msvc **--build-type=complete** stage Be sure to read `this note`__ about the appearance of ``^``, ``More?`` and quotation marks (``"``) in that line. |