mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 20:13:32 +02:00
* Allow the usage of the dictionary in comiler-options
git-svn-id: trunk@29309 -
This commit is contained in:
parent
b38fb606cc
commit
92eb52afab
@ -6007,7 +6007,7 @@ begin
|
||||
// Convert to string
|
||||
Result:='';
|
||||
for i:=0 to Args.Count-1 do
|
||||
Result:=Result+' '+maybequoted(Args[i]);
|
||||
Result:=Result+' '+maybequoted(APackage.Dictionary.ReplaceStrings(Args[i]));
|
||||
Delete(result,1,1);
|
||||
|
||||
if Defaults.UseEnvironment and assigned(Env) then
|
||||
|
Loading…
Reference in New Issue
Block a user