2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Expand aCC documentation

[SVN r39362]
This commit is contained in:
Vladimir Prus
2007-09-18 11:44:13 +00:00
parent 4870d72e91
commit 9762b1f3dd

View File

@@ -947,11 +947,20 @@ using intel-win : &toolset_ops; ;</programlisting>
<para>The module is initialized using the following
syntax:</para>
<programlisting>
using acc ;</programlisting>
using acc : &toolset_ops; ;</programlisting>
<para>There are no configuration options. The
compiler will always be invoked as <command>aCC</command> and should
be in <envar>PATH</envar>.</para>
&using_repeation;
<para>
If the command is not specified, the <command>aCC</command>
binary will be searched in <envar>PATH</envar>.</para>
&option_list_intro;
<variablelist>
<xi:include href="fragments.xml#xpointer(id('common_options')/*)"
parse="xml"/>
</variablelist>
</section>