| 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 - como toolset</title> |
|---|
| 11 | </head> |
|---|
| 12 | |
|---|
| 13 | <body bgcolor="#FFFFFF" 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">como and como-win32 toolsets</h2> |
|---|
| 26 | </td> |
|---|
| 27 | </tr> |
|---|
| 28 | </table> |
|---|
| 29 | <hr> |
|---|
| 30 | |
|---|
| 31 | <h2>Introduction</h2> |
|---|
| 32 | |
|---|
| 33 | <p>Boost.Build's como and como-win32 toolsets support the <a href= |
|---|
| 34 | "http://www.comeaucomputing.com">Comeau Computing</a> C/C++ Compiler.</p> |
|---|
| 35 | |
|---|
| 36 | <h2>Configuration Variables</h2> |
|---|
| 37 | |
|---|
| 38 | <p>The como and como-win32 toolsets respond to the following variables |
|---|
| 39 | which can be set in the environment or configured on the jam command-line |
|---|
| 40 | using <code>-s<i>VARIABLE_NAME</i>=</code><i>value</i>:</p> |
|---|
| 41 | |
|---|
| 42 | <table border="1" summary="settings"> |
|---|
| 43 | <tr> |
|---|
| 44 | <th>Variable Name</th> |
|---|
| 45 | |
|---|
| 46 | <th>Semantics</th> |
|---|
| 47 | |
|---|
| 48 | <th>Default</th> |
|---|
| 49 | |
|---|
| 50 | <th>Notes</th> |
|---|
| 51 | </tr> |
|---|
| 52 | |
|---|
| 53 | <tr> |
|---|
| 54 | <td><code>COMO_PATH</code></td> |
|---|
| 55 | |
|---|
| 56 | <td>Path to installation of compiler tools.</td> |
|---|
| 57 | |
|---|
| 58 | <td>(none)</td> |
|---|
| 59 | |
|---|
| 60 | <td>If not set tools must be available in the executable path.</td> |
|---|
| 61 | </tr> |
|---|
| 62 | |
|---|
| 63 | <tr> |
|---|
| 64 | <td><code>COMO_BASE</code></td> |
|---|
| 65 | |
|---|
| 66 | <td>Path to installation of compiler tools.</td> |
|---|
| 67 | |
|---|
| 68 | <td><code>$(COMO_PATH)</code></td> |
|---|
| 69 | |
|---|
| 70 | <td>This is a backward compatability alternate for COMO_PATH.</td> |
|---|
| 71 | </tr> |
|---|
| 72 | |
|---|
| 73 | <tr> |
|---|
| 74 | <td><code>COMO_BIN_PATH</code></td> |
|---|
| 75 | |
|---|
| 76 | <td>Path to bin directory of compiler excutables.</td> |
|---|
| 77 | |
|---|
| 78 | <td><code>$(COMO_PATH)/bin/</code></td> |
|---|
| 79 | |
|---|
| 80 | <td> </td> |
|---|
| 81 | </tr> |
|---|
| 82 | |
|---|
| 83 | <tr> |
|---|
| 84 | <td><code>COMO_INCLUDE_PATH</code></td> |
|---|
| 85 | |
|---|
| 86 | <td>Path to libcomo headers.</td> |
|---|
| 87 | |
|---|
| 88 | <td><code>$(COMO_PATH)/libcomo</code></td> |
|---|
| 89 | |
|---|
| 90 | <td><code>$(COMO_INCLUDE_PATH)/cnames</code> is automatically |
|---|
| 91 | added.</td> |
|---|
| 92 | </tr> |
|---|
| 93 | |
|---|
| 94 | <tr> |
|---|
| 95 | <td><code>COMO_STDLIB_PATH</code></td> |
|---|
| 96 | |
|---|
| 97 | <td>Path to built libcomo object.</td> |
|---|
| 98 | |
|---|
| 99 | <td><code>$(COMO_PATH)/libcomo</code></td> |
|---|
| 100 | |
|---|
| 101 | <td> </td> |
|---|
| 102 | </tr> |
|---|
| 103 | |
|---|
| 104 | <tr> |
|---|
| 105 | <td><code>COMO_BACKEND</code></td> |
|---|
| 106 | |
|---|
| 107 | <td>Backend abbreviation, e.g. <code>vc7</code>, <code>bcc</code>, |
|---|
| 108 | <code>dig</code>, etc.</td> |
|---|
| 109 | |
|---|
| 110 | <td><code>vc7</code></td> |
|---|
| 111 | |
|---|
| 112 | <td><code>como-win32</code> toolset only.</td> |
|---|
| 113 | </tr> |
|---|
| 114 | |
|---|
| 115 | <tr> |
|---|
| 116 | <td><code>COMO_BACKEND_PATH</code></td> |
|---|
| 117 | |
|---|
| 118 | <td>Path to backend compiler.</td> |
|---|
| 119 | |
|---|
| 120 | <td><code>$(VC7_TOOLS)</code></td> |
|---|
| 121 | |
|---|
| 122 | <td><code>como-win32</code> toolset only.</td> |
|---|
| 123 | </tr> |
|---|
| 124 | </table> |
|---|
| 125 | <hr> |
|---|
| 126 | |
|---|
| 127 | <p>Revised |
|---|
| 128 | <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> |
|---|
| 129 | 31 July, 2004 |
|---|
| 130 | <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p> |
|---|
| 131 | |
|---|
| 132 | <p>Copyright © Dave Abrahams 2002.</p> |
|---|
| 133 | |
|---|
| 134 | <p><small>Distributed under the Boost Software License, Version 1.0. (See |
|---|
| 135 | accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or |
|---|
| 136 | copy at <a href= |
|---|
| 137 | "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p> |
|---|
| 138 | </body> |
|---|
| 139 | </html> |
|---|