mirror of https://gitlab.com/basile.b/dexed.git
fix, dcd import path from project, paths were not translated to absolute
This commit is contained in:
parent
b0f1df11db
commit
02af01a612
|
@ -110,7 +110,7 @@ begin
|
|||
exit;
|
||||
//
|
||||
for i:= 0 to fProj.Sources.Count-1 do
|
||||
addImportFolder(extractFilePath(fProj.Sources.Strings[i]));
|
||||
addImportFolder(extractFilePath(fProj.getAbsoluteSourceName(i)));
|
||||
end;
|
||||
|
||||
procedure TCEDcdWrapper.projClosing(aProject: TCEProject);
|
||||
|
|
Loading…
Reference in New Issue