mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
projectgroups: store filenames always with / separators, issue #30793
git-svn-id: trunk@53232 -
This commit is contained in:
parent
e5eb945c49
commit
2842642530
@ -897,6 +897,7 @@ begin
|
||||
if aTarget.Removed then continue;
|
||||
APath:=Format(ARoot+'/Targets/Target%d/',[ACount]);
|
||||
RelativeFileName:=ExtractRelativepath(TargetPath,aTarget.FileName);
|
||||
StringReplace(RelativeFileName,'\','/',[rfReplaceAll]); // normalize, so that files look the same x-platform, for less svn changes
|
||||
XMLConfig.SetDeleteValue(APath+'FileName',RelativeFileName,'');
|
||||
aTarget.SaveGroupSettings(XMLConfig,APath);
|
||||
Inc(ACount);
|
||||
|
Loading…
Reference in New Issue
Block a user