| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|---|
| 2 | |
|---|
| 3 | <html> |
|---|
| 4 | <head> |
|---|
| 5 | <meta name="generator" content= |
|---|
| 6 | "HTML Tidy for Linux/x86 (vers 1st September 2003), see www.w3.org"> |
|---|
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> |
|---|
| 8 | <link rel="stylesheet" type="text/css" href="../../../boost.css"> |
|---|
| 9 | |
|---|
| 10 | <title>Boost.Build - darwin toolset</title> |
|---|
| 11 | </head> |
|---|
| 12 | |
|---|
| 13 | <body link="#0000FF" vlink="#800080"> |
|---|
| 14 | <table border="0" cellpadding="7" cellspacing="0" width="100%" summary= |
|---|
| 15 | "header"> |
|---|
| 16 | <tr> |
|---|
| 17 | <td valign="top" width="300"> |
|---|
| 18 | <h3><a href="http://www.boost.org"><img height="86" width="277" alt= |
|---|
| 19 | "C++ Boost" src="../../../boost.png" border="0"></a></h3> |
|---|
| 20 | </td> |
|---|
| 21 | |
|---|
| 22 | <td valign="top"> |
|---|
| 23 | <h1 align="center">Boost.Build</h1> |
|---|
| 24 | |
|---|
| 25 | <h2 align="center">darwin toolset</h2> |
|---|
| 26 | </td> |
|---|
| 27 | </tr> |
|---|
| 28 | </table> |
|---|
| 29 | <hr> |
|---|
| 30 | |
|---|
| 31 | <h2>Introduction</h2> |
|---|
| 32 | |
|---|
| 33 | <p>Boost.Build's darwin toolset supports the Apple modified GNU <a href= |
|---|
| 34 | "http://developer.apple.com/tools/compilers.html">GCC</a> command-line |
|---|
| 35 | tools. Although the underlying tools are GCC this toolset is specifically |
|---|
| 36 | tailored to account for the various "features" that Apple implemented to |
|---|
| 37 | work in the Darwin OS Mach kernel.</p> |
|---|
| 38 | |
|---|
| 39 | <h2><a name="configuration" id="configuration">Configuration |
|---|
| 40 | Variables</a></h2>Because of the already specific nature of this toolset |
|---|
| 41 | there are no additional configuration variables. |
|---|
| 42 | |
|---|
| 43 | <h2><a name="features" id="features">Toolset-Specific Features</a></h2>The |
|---|
| 44 | following <code>darwin</code>-specific <a href= |
|---|
| 45 | "build_system.htm#features">features</a> can be used in target build |
|---|
| 46 | requirements or in the <a href= |
|---|
| 47 | "build_system.htm#initiating"><code>BUILD</code></a> variable: |
|---|
| 48 | |
|---|
| 49 | <table border="1" summary="Toolset-Specific Features"> |
|---|
| 50 | <tr> |
|---|
| 51 | <th>Feature</th> |
|---|
| 52 | |
|---|
| 53 | <th>Values</th> |
|---|
| 54 | |
|---|
| 55 | <th>Default</th> |
|---|
| 56 | |
|---|
| 57 | <th>Semantics</th> |
|---|
| 58 | </tr> |
|---|
| 59 | |
|---|
| 60 | <tr> |
|---|
| 61 | <td><code>framework</code></td> |
|---|
| 62 | |
|---|
| 63 | <td>(free feature)</td> |
|---|
| 64 | |
|---|
| 65 | <td>N/A</td> |
|---|
| 66 | |
|---|
| 67 | <td>Adds application "Frameworks" to use for linking.</td> |
|---|
| 68 | </tr> |
|---|
| 69 | |
|---|
| 70 | <tr> |
|---|
| 71 | <td><code>bundle-loader</code></td> |
|---|
| 72 | |
|---|
| 73 | <td>(free feature)</td> |
|---|
| 74 | |
|---|
| 75 | <td>N/A</td> |
|---|
| 76 | |
|---|
| 77 | <td>Specifies the path to the application that will be loading this |
|---|
| 78 | "bundle". When this is specified, and building a DLL target, a "bundle" |
|---|
| 79 | version of the target is built instead of the regular shared library |
|---|
| 80 | version.</td> |
|---|
| 81 | </tr> |
|---|
| 82 | </table> |
|---|
| 83 | <hr> |
|---|
| 84 | |
|---|
| 85 | <p>Revised |
|---|
| 86 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
|---|
| 87 | 16 November, 2002 |
|---|
| 88 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> |
|---|
| 89 | |
|---|
| 90 | <p>Copyright © Dave Abrahams 2002.</p> |
|---|
| 91 | |
|---|
| 92 | <p><small>Distributed under the Boost Software License, Version 1.0. (See |
|---|
| 93 | accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or |
|---|
| 94 | copy at <a href= |
|---|
| 95 | "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> |
|---|
| 96 | </body> |
|---|
| 97 | </html> |
|---|