Browse Source

* Allow the usage of the dictionary in comiler-options

git-svn-id: trunk@29309 -
joost 10 years ago
parent
commit
92eb52afab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 1
packages/fpmkunit/src/fpmkunit.pp

@@ -6007,7 +6007,7 @@ begin
   // Convert to string
   // Convert to string
   Result:='';
   Result:='';
   for i:=0 to Args.Count-1 do
   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);
   Delete(result,1,1);
 
 
   if Defaults.UseEnvironment and assigned(Env) then
   if Defaults.UseEnvironment and assigned(Env) then