diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-09-18 15:55:20 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-09-18 15:55:20 +0200 |
commit | 0816e70ccfa8b42ac5b25fa8ab9c5da2cfea7d58 (patch) | |
tree | b998b617536fe7a454d012819334e55dba866659 /gcc/ada/prj.ads | |
parent | f5e976a5b5424c7d517669d22afb0cbcbceceffe (diff) | |
download | gcc-0816e70ccfa8b42ac5b25fa8ab9c5da2cfea7d58.zip gcc-0816e70ccfa8b42ac5b25fa8ab9c5da2cfea7d58.tar.gz gcc-0816e70ccfa8b42ac5b25fa8ab9c5da2cfea7d58.tar.bz2 |
[multiple changes]
2009-09-18 Vincent Celier <celier@adacore.com>
* prj.ads, prj.adb (Project_Data): New component
Imported_Directories_Switches.
2009-09-18 Pascal Obry <obry@adacore.com>
* mingw32.h: Include standard _mingw.h file.
Define _WIN32_WINNT only if not already defined.
From-SVN: r151843
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 502ace9..453a7ca 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -1190,6 +1190,10 @@ package Prj is -- Miscellaneous -- ------------------- + Imported_Directories_Switches : Argument_List_Access := null; + -- List of the source search switches (-I<source dir>) to be used + -- when compiling. + Ada_Objects_Path : String_Access := null; -- The cached value of ADA_OBJECTS_PATH for this project file. Do not -- use this field directly outside of the compiler, use |