|
@@ -542,7 +542,7 @@ begin
|
|
AddLog(LongLogFile,Config.Note);
|
|
AddLog(LongLogFile,Config.Note);
|
|
CopyFile(CompilerLogFile,LongLogFile,true);
|
|
CopyFile(CompilerLogFile,LongLogFile,true);
|
|
{ avoid to try again }
|
|
{ avoid to try again }
|
|
- AddLog(ExeLogFile,'Failed to compile '++PPFileInfo);
|
|
|
|
|
|
+ AddLog(ExeLogFile,'Failed to compile '+PPFileInfo);
|
|
Verbose(V_Abort,'Internal error in compiler');
|
|
Verbose(V_Abort,'Internal error in compiler');
|
|
exit;
|
|
exit;
|
|
end;
|
|
end;
|
|
@@ -873,7 +873,7 @@ begin
|
|
DelExecutable:=true;
|
|
DelExecutable:=true;
|
|
|
|
|
|
'U' :
|
|
'U' :
|
|
- RemotePara:=+RemotePara+' '+Para;
|
|
|
|
|
|
+ RemotePara:=RemotePara+' '+Para;
|
|
|
|
|
|
'V' : DoVerbose:=true;
|
|
'V' : DoVerbose:=true;
|
|
|
|
|