Commit 35ecbe09 by Vincent Celier Committed by Arnaud Charlet

snames.ads, snames.adb: New standard names for new project attributes...

2006-02-17  Vincent Celier  <celier@adacore.com>

	* snames.ads, snames.adb: New standard names for new project attributes:
	archive_builder, archive_indexer, compiler_pic_option,
	config_body_file_name, config_body_file_name_pattern,
	config_file_switches, config_file_unique, config_spec_file_name,
	config_spec_file_name_pattern, default_builder_switches,
	default_global_compiler_switches, default_language,
	dependency_file_kind, global_compiler_switches, include_path,
	include_path_file, language_kind, linker_executable_option,
	linker_lib_dir_option, linker_lib_name_option, mapping_file_switches,
	roots, runtime_project.

From-SVN: r111196
parent 4197ae1e
...@@ -653,6 +653,8 @@ package body Snames is ...@@ -653,6 +653,8 @@ package body Snames is
"tagged#" & "tagged#" &
"raise_exception#" & "raise_exception#" &
"ada_roots#" & "ada_roots#" &
"archive_builder#" &
"archive_indexer#" &
"binder#" & "binder#" &
"binder_driver#" & "binder_driver#" &
"body_suffix#" & "body_suffix#" &
...@@ -660,10 +662,21 @@ package body Snames is ...@@ -660,10 +662,21 @@ package body Snames is
"compiler#" & "compiler#" &
"compiler_driver#" & "compiler_driver#" &
"compiler_kind#" & "compiler_kind#" &
"compiler_pic_option#" &
"compute_dependency#" & "compute_dependency#" &
"config_body_file_name#" &
"config_body_file_name_pattern#" &
"config_file_switches#" &
"config_file_unique#" &
"config_spec_file_name#" &
"config_spec_file_name_pattern#" &
"cross_reference#" & "cross_reference#" &
"default_builder_switches#" &
"default_global_compiler_switches#" &
"default_language#" &
"default_linker#" & "default_linker#" &
"default_switches#" & "default_switches#" &
"dependency_file_kind#" &
"dependency_option#" & "dependency_option#" &
"exec_dir#" & "exec_dir#" &
"executable#" & "executable#" &
...@@ -671,6 +684,7 @@ package body Snames is ...@@ -671,6 +684,7 @@ package body Snames is
"extends#" & "extends#" &
"externally_built#" & "externally_built#" &
"finder#" & "finder#" &
"global_compiler_switches#" &
"global_configuration_pragmas#" & "global_configuration_pragmas#" &
"gnatls#" & "gnatls#" &
"gnatstub#" & "gnatstub#" &
...@@ -678,6 +692,9 @@ package body Snames is ...@@ -678,6 +692,9 @@ package body Snames is
"implementation_exceptions#" & "implementation_exceptions#" &
"implementation_suffix#" & "implementation_suffix#" &
"include_option#" & "include_option#" &
"include_path#" &
"include_path_file#" &
"language_kind#" &
"language_processing#" & "language_processing#" &
"languages#" & "languages#" &
"library_ali_dir#" & "library_ali_dir#" &
...@@ -694,13 +711,19 @@ package body Snames is ...@@ -694,13 +711,19 @@ package body Snames is
"library_symbol_policy#" & "library_symbol_policy#" &
"library_version#" & "library_version#" &
"linker#" & "linker#" &
"linker_executable_option#" &
"linker_lib_dir_option#" &
"linker_lib_name_option#" &
"local_configuration_pragmas#" & "local_configuration_pragmas#" &
"locally_removed_files#" & "locally_removed_files#" &
"mapping_file_switches#" &
"metrics#" & "metrics#" &
"naming#" & "naming#" &
"object_dir#" & "object_dir#" &
"pretty_printer#" & "pretty_printer#" &
"project#" & "project#" &
"roots#" &
"runtime_project#" &
"separate_suffix#" & "separate_suffix#" &
"source_dirs#" & "source_dirs#" &
"source_files#" & "source_files#" &
......
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