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