mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Minor update for Output Name Provider
This commit is contained in:
parent
b3614c4ad4
commit
6b0195f1f8
1 changed files with 7 additions and 0 deletions
|
@ -6205,6 +6205,13 @@ getOutputPaths(ITool tool, IPath[] primaryInputs);</span></p>
|
|||
<p class="MsoNormal" style="margin-top: 6px; margin-bottom: 0">When <b>multipleOfType</b>
|
||||
is true, an output name provider, or the <b>outputNames</b> attribute, is required
|
||||
in order for MBS to know the names of the output files.</p>
|
||||
<p class="MsoNormal" style="margin-top: 6px; margin-bottom: 0">The returned
|
||||
paths must be relative to the top-level build directory. However, if only a file
|
||||
name is returned, MBS will automatically add on the directory path relative to
|
||||
the top-level build directory. The relative path comes from the source file
|
||||
location. In order to specify that this output file is always in the top-level
|
||||
build directory, regardless of the source file directory structure, return
|
||||
"./path".</p>
|
||||
<p class="subsection"><a name="_TocSectionDynamic_11">7.11 Defining an Option Value Handler</a></p>
|
||||
<p>You can specify a value handler for an option. You must specify and
|
||||
supply a class that implements the <font face="Courier New">
|
||||
|
|
Loading…
Add table
Reference in a new issue