mirror of https://gitlab.com/basile.b/dexed.git
bugfix, wrong params could break the staticexplorer
This commit is contained in:
parent
1f07bdf5aa
commit
3b2b8362fc
|
@ -300,8 +300,6 @@ begin
|
|||
dmdProc.CurrentDirectory := extractFilePath(fProj.fileName);
|
||||
if fProj <> nil then for i := 0 to fProj.Sources.Count-1 do
|
||||
dmdproc.Parameters.Add('-I' + fProj.getAbsoluteSourceName(i));
|
||||
for nme in fProj.Sources do
|
||||
dmdproc.Parameters.Add('-I' + extractFilePath(nme));
|
||||
for nme in fProj.currentConfiguration.pathsOptions.Includes do
|
||||
dmdproc.Parameters.Add('-I' + nme);
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue