* Allow the usage of the dictionary in comiler-options

git-svn-id: trunk@29309 -
This commit is contained in:
joost 2014-12-21 15:07:14 +00:00
parent b38fb606cc
commit 92eb52afab

View File

@ -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