fix, dcd import path from project, paths were not translated to absolute

This commit is contained in:
Basile Burg 2014-12-29 03:20:37 +01:00
parent b0f1df11db
commit 02af01a612
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ begin
exit; exit;
// //
for i:= 0 to fProj.Sources.Count-1 do for i:= 0 to fProj.Sources.Count-1 do
addImportFolder(extractFilePath(fProj.Sources.Strings[i])); addImportFolder(extractFilePath(fProj.getAbsoluteSourceName(i)));
end; end;
procedure TCEDcdWrapper.projClosing(aProject: TCEProject); procedure TCEDcdWrapper.projClosing(aProject: TCEProject);