mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 13:57:12 +01:00
IDE: read state file created by Makefile: fix path delimiters
git-svn-id: trunk@36648 -
This commit is contained in:
parent
3c6f470562
commit
24adab9210
@ -2708,6 +2708,10 @@ begin
|
|||||||
stats^.Complete:=XMLConfig.GetValue('Complete/Value',true);
|
stats^.Complete:=XMLConfig.GetValue('Complete/Value',true);
|
||||||
stats^.MainPPUExists:=XMLConfig.GetValue('Complete/MainPPUExists',true);
|
stats^.MainPPUExists:=XMLConfig.GetValue('Complete/MainPPUExists',true);
|
||||||
stats^.ViaMakefile:=XMLConfig.GetValue('Makefile/Value',false);
|
stats^.ViaMakefile:=XMLConfig.GetValue('Makefile/Value',false);
|
||||||
|
if stats^.ViaMakefile then begin
|
||||||
|
DoDirSeparators(stats^.CompilerFilename);
|
||||||
|
DoDirSeparators(stats^.Params);
|
||||||
|
end;
|
||||||
finally
|
finally
|
||||||
XMLConfig.Free;
|
XMLConfig.Free;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user