mirror of https://gitlab.com/basile.b/dexed.git
fix, native project, add source to existing proj, err in rel path extraction
This commit is contained in:
parent
9c2dd1f3e8
commit
8f6162d677
|
@ -196,7 +196,8 @@ begin
|
|||
else absSrc := expandFilenameEx(fBasePath, relsrc);
|
||||
if SameFileName(aFilename, absSrc) then exit;
|
||||
end;
|
||||
fSrcs.Add(ExtractRelativepath(fBasePath, aFilename));
|
||||
relSrc := ExtractRelativepath(fBasePath, ExcludeLeadingPathDelimiter(aFilename));
|
||||
fSrcs.Add(relSrc);
|
||||
end;
|
||||
|
||||
procedure TCENativeProject.setRoot(const aValue: string);
|
||||
|
|
Loading…
Reference in New Issue