vms_conv.adb (Initialize): Allow multiple ALI files to be given to the GNAT BIND command...

2005-07-04  Vincent Celier  <celier@adacore.com>

	* vms_conv.adb (Initialize): Allow multiple ALI files to be given to
	the GNAT BIND command, as gnatbind accepts multiples ALI files with
	the -L or -n switches.

From-SVN: r101595
This commit is contained in:
Vincent Celier 2005-07-04 15:31:04 +02:00 committed by Arnaud Charlet
parent 55d4360971
commit 65d5180d8c
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ package body VMS_Conv is
Unixcmd => new S'("gnatbind"),
Unixsws => null,
Switches => Bind_Switches'Access,
Params => new Parameter_Array'(1 => File),
Params => new Parameter_Array'(1 => Unlimited_Files),
Defext => "ali"),
Chop =>