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

git-svn-id: trunk@22854 -
This commit is contained in:
Tomas Hajny 2012-10-26 20:52:53 +00:00
parent 9a935fb172
commit c5ad42e82f

View File

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