mirror of
https://github.com/boostorg/more.git
synced 2025-03-27 13:50:14 +08:00
remove dots from toolset names (see http://thread.gmane.org/gmane.comp.lib.boost.build/6603)
[SVN r25651]
This commit is contained in:
parent
28ef5f3285
commit
eda21bf9d3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user