mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 04:18:22 +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^.MainPPUExists:=XMLConfig.GetValue('Complete/MainPPUExists',true);
|
||||
stats^.ViaMakefile:=XMLConfig.GetValue('Makefile/Value',false);
|
||||
if stats^.ViaMakefile then begin
|
||||
DoDirSeparators(stats^.CompilerFilename);
|
||||
DoDirSeparators(stats^.Params);
|
||||
end;
|
||||
finally
|
||||
XMLConfig.Free;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user