From: Vincent Celier Date: Tue, 27 May 2008 08:50:13 +0000 (+0200) Subject: gnat_ugn.texi: Add succinct documentation for attribute Excluded_Source_List_File X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eca5286b1c804cc4e9d3d34482b6a098dfd1d5c9;p=gcc.git gnat_ugn.texi: Add succinct documentation for attribute Excluded_Source_List_File 2008-05-27 Vincent Celier * gnat_ugn.texi: Add succinct documentation for attribute Excluded_Source_List_File From-SVN: r135980 --- diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 5dce93a7cc3..4f96a2d8ec4 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}