mirror of
https://github.com/boostorg/test.git
synced 2026-01-27 07:22:11 +00:00
46 lines
2.9 KiB
HTML
Executable File
46 lines
2.9 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Support of the auto-linking feature</title>
|
|
<link rel="stylesheet" href="../../../style/style.css" type="text/css">
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
|
|
<link rel="home" href="../../index.html" title="Boost Test Library">
|
|
<link rel="up" href="../compilation.html" title="The UTF compilation variants and procedures">
|
|
<link rel="prev" href="standalone.html" title="Standalone library compilation">
|
|
<link rel="next" href="direct-include.html" title="Including the UTF directly into your test module">
|
|
<script language="JavaScript1.2" src="../../../js/boost-test.js"></script>
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
<table width="100%"><tr>
|
|
<td width="10%"><a href="../../index.html"><img alt="Home" width="229" height="61" border="0" src="../../../../../../libs/test/docbook/img/boost.test.logo.png"></a></td>
|
|
<td valign="middle" align="left"> > <a href="../../utf.html">The Unit Test Framework</a> > <a href="../compilation.html">Compilation</a><a href="../user-guide.html">
|
|
>
|
|
</a><b>Auto-linking support</b>
|
|
</td>
|
|
<td><div class="spirit-nav">
|
|
<a href="standalone.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a href="direct-include.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
|
</div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="section" lang="en">
|
|
<div class="titlepage"><div><div><h4 class="title">
|
|
<a name="utf.compilation.auto-linking"></a>Support of the auto-linking feature</h4></div></div></div>
|
|
<p class="first-line-indented">
|
|
For the Microsoft family of compilers the <acronym class="acronym">UTF</acronym> provides an ability to automatically select proper library name
|
|
and add it to the list of objects to be linked with. By default this feature is enabled. To disable it you have
|
|
to define the flag <a class="xref" href="../compilation.html#utf.flag.no-lib">BOOST_TEST_NO_LIB</a>. For more details on the auto-linking
|
|
feature implementation and configuration you should consult the
|
|
<a href="../../under_construction.html" target="_top">appropriate documentation</a>.
|
|
</p>
|
|
</div>
|
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
|
<td align="left"></td>
|
|
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Gennadiy Rozental</div></td>
|
|
</tr></table>
|
|
<hr>
|
|
<div class="spirit-nav">
|
|
<a accesskey="p" href="standalone.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../compilation.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="direct-include.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
|
</div>
|
|
</body>
|
|
</html>
|