1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update documentation to match the 3.0.1 version

This commit is contained in:
Leo Treggiari 2005-10-14 19:41:23 +00:00
parent de026bcfe6
commit 1a7b1617d4

View file

@ -899,14 +899,14 @@
<attribute name="outputPrefix" type="string"> <attribute name="outputPrefix" type="string">
<annotation> <annotation>
<documentation> <documentation>
Some tools produce files with a special prefix that must be specified. For example, a librarian on POSIX systems expects the output to be libtarget.a, so &apos;lib&apos; would be the prefix. The default is to use the Tool “outputPrefix” attribute if primaryOutput is True, otherwise the default is an empty string. This attribute supports the use of MBS configuration macros. Some tools produce files with a special prefix that must be specified. For example, a librarian on POSIX systems expects the output to be libtarget.a, so &apos;lib&apos; would be the prefix. The default is to use the Tool “outputPrefix” attribute if primaryOutput is True, otherwise the default is an empty string. This attribute supports MBS configuration context macros.
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="outputNames" type="string"> <attribute name="outputNames" type="string">
<annotation> <annotation>
<documentation> <documentation>
A semi-colon delimited list of the complete set of output file names generated for this outputType. If specified, the namePattern is ignored. A semi-colon delimited list of the complete set of output file names generated for this outputType. If specified, the namePattern is ignored. This attribute supports MBS file context macros.
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>