mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 19:45:59 +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'
|
AppTypeStr := '-f'
|
||||||
else AppTypeStr := '-w';
|
else AppTypeStr := '-w';
|
||||||
if not (Current_module.ResourceFiles.Empty) then
|
if not (Current_module.ResourceFiles.Empty) then
|
||||||
RsrcStr := '-r ' + Current_module.ResourceFiles.GetFirst
|
RsrcStr := '-r ' + Current_module.ResourceFiles.GetFirst + ' '
|
||||||
else
|
else
|
||||||
RsrcStr := '';
|
RsrcStr := '';
|
||||||
(* Only one resource file supported, discard everything else
|
(* Only one resource file supported, discard everything else
|
||||||
|
Loading…
Reference in New Issue
Block a user