|
@@ -1077,6 +1077,10 @@ var
|
|
begin
|
|
begin
|
|
if Compiler='' then
|
|
if Compiler='' then
|
|
Exit;
|
|
Exit;
|
|
|
|
+ // This is not the place to complain when the compiler does
|
|
|
|
+ // not exist at all.
|
|
|
|
+ if not FileExists(Compiler) then
|
|
|
|
+ Exit;
|
|
if (CompilerCPU=cpuNone) or
|
|
if (CompilerCPU=cpuNone) or
|
|
(CompilerOS=osNone) or
|
|
(CompilerOS=osNone) or
|
|
(CompilerVersion='') then
|
|
(CompilerVersion='') then
|