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);
|
else absSrc := expandFilenameEx(fBasePath, relsrc);
|
||||||
if SameFileName(aFilename, absSrc) then exit;
|
if SameFileName(aFilename, absSrc) then exit;
|
||||||
end;
|
end;
|
||||||
fSrcs.Add(ExtractRelativepath(fBasePath, aFilename));
|
relSrc := ExtractRelativepath(fBasePath, ExcludeLeadingPathDelimiter(aFilename));
|
||||||
|
fSrcs.Add(relSrc);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCENativeProject.setRoot(const aValue: string);
|
procedure TCENativeProject.setRoot(const aValue: string);
|
||||||
|
|
Loading…
Reference in New Issue