diff options
author | Vincent Celier <celier@adacore.com> | 2008-05-27 10:50:13 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-27 10:50:13 +0200 |
commit | eca5286b1c804cc4e9d3d34482b6a098dfd1d5c9 (patch) | |
tree | fc609544cd828e0ae2868ae0bda4c3c18f0b4e55 /gcc | |
parent | 491016e57014542fa5f69d27d2c944c5c6bd5289 (diff) | |
download | gcc-eca5286b1c804cc4e9d3d34482b6a098dfd1d5c9.zip gcc-eca5286b1c804cc4e9d3d34482b6a098dfd1d5c9.tar.gz gcc-eca5286b1c804cc4e9d3d34482b6a098dfd1d5c9.tar.bz2 |
gnat_ugn.texi: Add succinct documentation for attribute Excluded_Source_List_File
2008-05-27 Vincent Celier <celier@adacore.com>
* gnat_ugn.texi:
Add succinct documentation for attribute Excluded_Source_List_File
From-SVN: r135980
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 5dce93a..4f96a2d 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -12072,7 +12072,9 @@ the inherited body is not part of the sources of the project, otherwise there will be a compilation error when compiling the spec. For that purpose, the attribute @code{Excluded_Source_Files} is used. -Its value is a string list: a list of file names. +Its value is a string list: a list of file names. It is also possible to use +attribute @code{Excluded_Source_List_File}. Its value is a single string: +the file name of a text file containing a list of file names, one per line. @smallexample @c @projectfile project B extends "a" is @@ -12495,6 +12497,8 @@ The following attributes are defined on projects (all are simple attributes): @tab string list @item @code{Excluded_Source_Files} @tab string list +@item @code{Excluded_Source_List_File} +@tab string @item @code{Languages} @tab string list @item @code{Main} |