mirror of https://gitlab.com/basile.b/dexed.git
fix, doesnt call dmd if no source
This commit is contained in:
parent
43f59512b8
commit
ea823e883b
|
@ -506,6 +506,8 @@ begin
|
|||
subjLmFromString(TCELogMessageSubject(fLogMessager),
|
||||
'project warning: the pre-compilation process has not been properly executed', Self, amcProj, amkWarn);
|
||||
//
|
||||
if Sources.Count = 0 then exit;
|
||||
//
|
||||
prjname := shortenPath(filename, 25);
|
||||
compilproc := TProcess.Create(nil);
|
||||
olddir := '';
|
||||
|
|
Loading…
Reference in New Issue