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
+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
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);
-- 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