From eda21bf9d3a3dba924fe63e3594d55a1f4e5d22f Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy <agurtovoy@meta-comm.com> Date: Sun, 10 Oct 2004 18:50:29 +0000 Subject: [PATCH] remove dots from toolset names (see http://thread.gmane.org/gmane.comp.lib.boost.build/6603) [SVN r25651] --- getting_started.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/getting_started.html b/getting_started.html index d8e82c4..1364701 100644 --- a/getting_started.html +++ b/getting_started.html @@ -445,7 +445,7 @@ <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> version 6 command-line tools. NOTE; For version 7.x (the .NET - series) use the vc7 or vc7.1 toolsets below.</td> + series) use the vc7 or vc-7_1 toolsets below.</td> </tr> <tr> @@ -456,7 +456,7 @@ C++</a> version 6 command-line tools, using the <a href= "http://www.stlport.org">STLport</a> standard library implementation. NOTE; For version 7.x (the .NET series) use the vc7-stlport or - vc7.1-stlport toolsets below.</td> + vc-7_1-stlport toolsets below.</td> </tr> <tr> @@ -510,7 +510,7 @@ <tr> <td><a href= - "../tools/build/v1/vc7.1-tools.html"><code>vc7.1</code></a></td> + "../tools/build/v1/vc-7_1-tools.html"><code>vc-7_1</code></a></td> <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> command-line tools from Visual Studio .NET 2003.</td> @@ -518,7 +518,7 @@ <tr> <td><a href= - "../tools/build/v1/vc7.1-stlport-tools.html"><code>vc7.1-stlport</code></a></td> + "../tools/build/v1/vc-7_1-stlport-tools.html"><code>vc-7_1-stlport</code></a></td> <td>Microsoft <a href="http://msdn.microsoft.com/visualc/">Visual C++</a> command-line tools from Visual Studio .NET 2003 + STLPort.</td> @@ -926,7 +926,7 @@ building with. The abbreviation is composed of a short, 2 to 4 characters, tag for the compiler and a version number of the compiler's major and minor revision (if available). For example if your toolset is - "<tt>gcc-3.2.3</tt>" the toolset tag would be "<tt>gcc32</tt>". The toolset + "<tt>gcc-3_2_3</tt>" the toolset tag would be "<tt>gcc32</tt>". The toolset abbreviations used are as follows:</p> <table border="1" cellpadding="5" summary=""> @@ -1119,14 +1119,14 @@ <tr> <td><a href= - "../tools/build/v1/vc7.1-tools.html"><code>vc7.1</code></a></td> + "../tools/build/v1/vc-7_1-tools.html"><code>vc-7_1</code></a></td> <td><tt>vc</tt></td> </tr> <tr> <td><a href= - "../tools/build/v1/vc7.1-stlport-tools.html"><code>vc7.1-stlport</code></a></td> + "../tools/build/v1/vc-7_1-stlport-tools.html"><code>vc-7_1-stlport</code></a></td> <td><tt>vc</tt></td> </tr>