Explorar o código

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

git-svn-id: trunk@22853 -
Tomas Hajny %!s(int64=12) %!d(string=hai) anos
pai
achega
9a935fb172
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/t_os2.pas

+ 1 - 1
compiler/systems/t_os2.pas

@@ -498,7 +498,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