Explorar el Código

* fix for missing space in emxbind parameters for resource files linking

git-svn-id: trunk@22854 -
Tomas Hajny hace 12 años
padre
commit
c5ad42e82f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/systems/t_emx.pas

+ 1 - 1
compiler/systems/t_emx.pas

@@ -483,7 +483,7 @@ begin
    AppTypeStr := '-f'
   else AppTypeStr := '-w';
   if not (Current_module.ResourceFiles.Empty) then
-   RsrcStr := '-r ' + Current_module.ResourceFiles.GetFirst
+   RsrcStr := '-r ' + Current_module.ResourceFiles.GetFirst + ' '
   else
    RsrcStr := '';
 (* Only one resource file supported, discard everything else