Commit 49d8d177 by Pascal Obry Committed by Arnaud Charlet

prj-util.adb (For_Interface_Sources): Skip non compilable languages.

2014-02-06  Pascal Obry  <obry@adacore.com>

	* prj-util.adb (For_Interface_Sources): Skip non compilable languages.
	* prj.ads: Minor typo fix in comment.

From-SVN: r207538
parent 8e1e62e3
2014-02-06 Pascal Obry <obry@adacore.com>
* prj-util.adb (For_Interface_Sources): Skip non compilable languages.
* prj.ads: Minor typo fix in comment.
2014-02-06 Hristian Kirtchev <kirtchev@adacore.com>
* sem_prag.adb (Analyze_Depends_In_Decl_Part): Add
......
......@@ -470,6 +470,7 @@ package body Prj.Util is
and then not Sid.Locally_Removed
and then (Project.Standalone_Library = No
or else Sid.Declared_In_Interfaces)
and then Sid.Dep_Name /= No_File -- for non compilable languages
then
Action (Sid);
......
......@@ -511,7 +511,7 @@ package Prj is
-- there is no need for such switch.
Object_Generated : Boolean := True;
-- False in no object file is generated
-- False if no object file is generated
Objects_Linked : Boolean := True;
-- False if object files are not use to link executables and build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment