Commit 9d9dacaa by Vincent Celier Committed by Arnaud Charlet

make.adb: Do not include object directories or library ALI directories of library...

2009-07-10  Vincent Celier  <celier@adacore.com>

	* make.adb: Do not include object directories or library ALI
	directories of library projects in the object path.

From-SVN: r149460
parent c5326593
......@@ -6051,9 +6051,10 @@ package body Make is
if Main_Project /= No_Project then
-- Put all the source directories in ADA_INCLUDE_PATH,
-- and all the object directories in ADA_OBJECTS_PATH.
-- and all the object directories in ADA_OBJECTS_PATH,
-- except those of library projects.
Prj.Env.Set_Ada_Paths (Main_Project, Project_Tree, True);
Prj.Env.Set_Ada_Paths (Main_Project, Project_Tree, False);
-- If switch -C was specified, create a binder mapping file
......
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