Commit 2f0bc548 by Vincent Celier Committed by Arnaud Charlet

prj-attr.adb: New Builder attribute Global_Compilation_Switches

2008-08-04  Vincent Celier  <celier@adacore.com>

	* prj-attr.adb: New Builder attribute Global_Compilation_Switches
	
	* snames.adb: New standard name Global_Compilation_Switches
	
	* snames.ads: New standard name Global_Compilation_Switches

From-SVN: r138584
parent 0f5177ad
...@@ -201,6 +201,7 @@ package body Prj.Attr is ...@@ -201,6 +201,7 @@ package body Prj.Attr is
"Pbuilder#" & "Pbuilder#" &
"Ladefault_switches#" & "Ladefault_switches#" &
"Lcswitches#" & "Lcswitches#" &
"Lcglobal_compilation_switches#" &
"Scexecutable#" & "Scexecutable#" &
"SVexecutable_suffix#" & "SVexecutable_suffix#" &
"SVglobal_configuration_pragmas#" & "SVglobal_configuration_pragmas#" &
......
...@@ -727,6 +727,7 @@ package body Snames is ...@@ -727,6 +727,7 @@ package body Snames is
"extends#" & "extends#" &
"externally_built#" & "externally_built#" &
"finder#" & "finder#" &
"global_compilation_switches#" &
"global_configuration_pragmas#" & "global_configuration_pragmas#" &
"global_config_file#" & "global_config_file#" &
"gnatls#" & "gnatls#" &
......
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