prj-util.adb (Executable_Of): New String parameter Language.
authorVincent Celier <celier@adacore.com>
Tue, 8 Apr 2008 06:54:31 +0000 (08:54 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 8 Apr 2008 06:54:31 +0000 (08:54 +0200)
commit141e448f5ee81f604427895390ac89bf10de10ee
treebe12c0cf554cc428146a9dca2a49d9394edbddc2
parent8bc65441c9f414aceba4877a593f3e25733aa02b
prj-util.adb (Executable_Of): New String parameter Language.

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

* prj-util.adb (Executable_Of): New String parameter Language. When
Ada_Main is False and Language is not empty, attempt to remove the body
suffix or the spec suffix of the language to get the base of the
executable file name.
(Put): New Boolean parameter Lower_Case, defauilted to False. When
Lower_Case is True, put the value in lower case in the name list.
(Executable_Of): If there is no executable suffix in the configuration,
then do not modify Executable_Extension_On_Target.

* prj-util.ads (Executable_Of): New String parameter Language,
defaulted to the empty string.
(Put): New Boolean parameter Lower_Case, defauilted to False

From-SVN: r134046
gcc/ada/prj-util.adb
gcc/ada/prj-util.ads