mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
more minor "initiating" improvements
[SVN r14041]
This commit is contained in:
@@ -265,9 +265,18 @@ bjam
|
||||
|
||||
|
||||
<tr>
|
||||
<td><code>bjam -sTOOLS="msvc" -sBUILD="<cxxflags>/G6"<br>
|
||||
</code><td>default-build <tt>all</tt> with msvc, adding a compiler
|
||||
specific command line switch</table>
|
||||
<td><code>set TOOLS=msvc<br>
|
||||
bjam -sBUILD="<cxxflags>/G6"<br>
|
||||
</code><td>Set an NT environment variable to always build with MSVC<br>
|
||||
default-build <tt>all</tt>, adding a compiler command line switch</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td><code>set TOOLS=msvc gcc<br>
|
||||
bjam -sBUILD="<msvc><*><cxxflags>/G6"<br>
|
||||
</code><td>Set an NT environment variable to always build with MSVC and
|
||||
GCC<br>
|
||||
default-build <tt>all</tt>, adding a MSVC-specific compiler command line switch</table>
|
||||
|
||||
<h3><a name="setting_variables">Setting Jam Variables</a></h3>
|
||||
|
||||
|
||||
@@ -265,9 +265,18 @@ bjam
|
||||
|
||||
|
||||
<tr>
|
||||
<td><code>bjam -sTOOLS="msvc" -sBUILD="<cxxflags>/G6"<br>
|
||||
</code><td>default-build <tt>all</tt> with msvc, adding a compiler
|
||||
specific command line switch</table>
|
||||
<td><code>set TOOLS=msvc<br>
|
||||
bjam -sBUILD="<cxxflags>/G6"<br>
|
||||
</code><td>Set an NT environment variable to always build with MSVC<br>
|
||||
default-build <tt>all</tt>, adding a compiler command line switch</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td><code>set TOOLS=msvc gcc<br>
|
||||
bjam -sBUILD="<msvc><*><cxxflags>/G6"<br>
|
||||
</code><td>Set an NT environment variable to always build with MSVC and
|
||||
GCC<br>
|
||||
default-build <tt>all</tt>, adding a MSVC-specific compiler command line switch</table>
|
||||
|
||||
<h3><a name="setting_variables">Setting Jam Variables</a></h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user