mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Initial.
[SVN r13889]
This commit is contained in:
74
mingw-tools.html
Normal file
74
mingw-tools.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" type="text/css" href="boost.css">
|
||||
<title>Boost.Build - mingw toolset</title>
|
||||
</head>
|
||||
<body link="#0000ff" vlink="#800080">
|
||||
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
|
||||
"header">
|
||||
<tr>
|
||||
<td valign="top" width="300">
|
||||
<h3><a href="http://www.boost.org"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<h1 align="center">Boost.Build</h1>
|
||||
<h2 align="center">mingw toolset</h2>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
|
||||
<h2>Introduction</h2>
|
||||
|
||||
<p>Boost.Build's <a href="http://www.mingw.org">mingw</a> toolset supports the
|
||||
GNU <a href="http://gcc.gnu.org">GCC</a> compiler as the <a href="http://www.mingw.org">MinGW</a> configuration.
|
||||
This is hosted on Windows and targets standalone Windows objects.
|
||||
|
||||
<h2>Configuration Variables</h2>
|
||||
|
||||
The mingw toolset responds to the following variables which can be set in the
|
||||
environment or configured on the jam command-line using
|
||||
<code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>. This toolset is an extension to the
|
||||
<a href="gcc-tools.html">gcc toolset</a>.
|
||||
|
||||
<table border="1">
|
||||
|
||||
<tr><th>Variable Name <th>Semantics <th>Default <th>Notes
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_ROOT_DIRECTORY</code>
|
||||
<td>Path to installation of MinGW.
|
||||
<td>(none)
|
||||
<td>If not set tools must be available in the executable path.
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_BIN_DIRECTORY</code>
|
||||
<td>The directory where the tool executables are located.
|
||||
<td><code>$(MINGW_ROOT_DIRECTORY)/bin/</code>
|
||||
<td>
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_INCLUDE_DIRECTORY</code>
|
||||
<td>The directory containing the headers specific to the tools.
|
||||
<td><code>$(MINGW_ROOT_DIRECTORY)/include</code>
|
||||
<td>
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_STDLIB_DIRECTORY</code>
|
||||
<td>The directory containing the compiled tool libraries.
|
||||
<td><code>$(MINGW_ROOT_DIRECTORY)/lib</code>
|
||||
<td>
|
||||
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
||||
14 May, 2002
|
||||
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
|
||||
</p>
|
||||
<p><i>© Copyright <a href="../../people/dave_abrahams.htm">Dave Abrahams</a>
|
||||
2002. All Rights Reserved.</i></p>
|
||||
</body>
|
||||
</html>
|
||||
74
v1/mingw-tools.html
Normal file
74
v1/mingw-tools.html
Normal file
@@ -0,0 +1,74 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" type="text/css" href="boost.css">
|
||||
<title>Boost.Build - mingw toolset</title>
|
||||
</head>
|
||||
<body link="#0000ff" vlink="#800080">
|
||||
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
|
||||
"header">
|
||||
<tr>
|
||||
<td valign="top" width="300">
|
||||
<h3><a href="http://www.boost.org"><img height="86" width="277" alt="C++ Boost" src="../../c++boost.gif" border="0"></a></h3>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<h1 align="center">Boost.Build</h1>
|
||||
<h2 align="center">mingw toolset</h2>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
|
||||
<h2>Introduction</h2>
|
||||
|
||||
<p>Boost.Build's <a href="http://www.mingw.org">mingw</a> toolset supports the
|
||||
GNU <a href="http://gcc.gnu.org">GCC</a> compiler as the <a href="http://www.mingw.org">MinGW</a> configuration.
|
||||
This is hosted on Windows and targets standalone Windows objects.
|
||||
|
||||
<h2>Configuration Variables</h2>
|
||||
|
||||
The mingw toolset responds to the following variables which can be set in the
|
||||
environment or configured on the jam command-line using
|
||||
<code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>. This toolset is an extension to the
|
||||
<a href="gcc-tools.html">gcc toolset</a>.
|
||||
|
||||
<table border="1">
|
||||
|
||||
<tr><th>Variable Name <th>Semantics <th>Default <th>Notes
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_ROOT_DIRECTORY</code>
|
||||
<td>Path to installation of MinGW.
|
||||
<td>(none)
|
||||
<td>If not set tools must be available in the executable path.
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_BIN_DIRECTORY</code>
|
||||
<td>The directory where the tool executables are located.
|
||||
<td><code>$(MINGW_ROOT_DIRECTORY)/bin/</code>
|
||||
<td>
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_INCLUDE_DIRECTORY</code>
|
||||
<td>The directory containing the headers specific to the tools.
|
||||
<td><code>$(MINGW_ROOT_DIRECTORY)/include</code>
|
||||
<td>
|
||||
|
||||
<tr>
|
||||
<td><code>MINGW_STDLIB_DIRECTORY</code>
|
||||
<td>The directory containing the compiled tool libraries.
|
||||
<td><code>$(MINGW_ROOT_DIRECTORY)/lib</code>
|
||||
<td>
|
||||
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
||||
14 May, 2002
|
||||
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
|
||||
</p>
|
||||
<p><i>© Copyright <a href="../../people/dave_abrahams.htm">Dave Abrahams</a>
|
||||
2002. All Rights Reserved.</i></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user