mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 07:47:12 +01:00
Patch from Paul and Dmitry: properly quote resource list file parameter for fpcres
(fixes resource compilation when spaces are in the path) git-svn-id: trunk@14824 -
This commit is contained in:
parent
048b2ba67b
commit
dc4769adf3
@ -288,7 +288,7 @@ begin
|
|||||||
if fCollectCount=0 then
|
if fCollectCount=0 then
|
||||||
s:=s+' '+maybequoted(fname)
|
s:=s+' '+maybequoted(fname)
|
||||||
else
|
else
|
||||||
s:=s+' @'+maybequoted(fScriptName);
|
s:=s+' '+maybequoted('@'+fScriptName);
|
||||||
end;
|
end;
|
||||||
{ windres doesn't like empty include paths }
|
{ windres doesn't like empty include paths }
|
||||||
if respath='' then
|
if respath='' then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user