* adjust the name of the external debug and map file when the name of

the output binary is changed via the -o option (patch by Barlone,
    mantis #21171)

git-svn-id: trunk@20484 -
This commit is contained in:
Jonas Maebe 2012-03-09 15:24:46 +00:00
parent f5a4f6b4af
commit cca1fe9573

View File

@ -654,6 +654,7 @@ uses
begin
exefilename:=stringdup(p+OutputFileName);
sharedlibfilename:=stringdup(p+OutputFileName);
n:=ChangeFileExt(OutputFileName,''); { for mapfilename and dbgfilename }
end
else
begin