mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 04:18:38 +02:00
* fix for missing space in emxbind parameters for resource files linking
git-svn-id: trunk@22854 -
This commit is contained in:
parent
9a935fb172
commit
c5ad42e82f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user