diff options
Diffstat (limited to 'gcc/ada/prj-ext.ads')
-rw-r--r-- | gcc/ada/prj-ext.ads | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ada/prj-ext.ads b/gcc/ada/prj-ext.ads index c0114ce2e08..c8ffaef81c0 100644 --- a/gcc/ada/prj-ext.ads +++ b/gcc/ada/prj-ext.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2000-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 2000-2007, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -29,6 +29,12 @@ package Prj.Ext is + procedure Add_Search_Project_Directory (Path : String); + -- Add a directory to the project path. Directories added with this + -- procedure are added in order after the current directory and before + -- the path given by the environment variable GPR_PROJECT_PATH. A value + -- of "-" will remove the default project directory from the project path. + function Project_Path return String; -- Return the current value of the project path, either the value set -- during elaboration of the package or, if procedure Set_Project_Path has |