mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:20:34 +02:00
lazbuild: fixed build
git-svn-id: trunk@53185 -
This commit is contained in:
parent
a9051948ae
commit
1a654e3c8b
@ -867,6 +867,7 @@ var
|
|||||||
|
|
||||||
if (CompReason in Project1.CompilerOptions.CompileReasons) then begin
|
if (CompReason in Project1.CompilerOptions.CompileReasons) then begin
|
||||||
// compile
|
// compile
|
||||||
|
|
||||||
// write state file to avoid building clean every time
|
// write state file to avoid building clean every time
|
||||||
if Project1.SaveStateFile(CompilerFilename,CompilerParams,false)<>mrOk then
|
if Project1.SaveStateFile(CompilerFilename,CompilerParams,false)<>mrOk then
|
||||||
Error(ErrorBuildFailed,'failed saving statefile of project '+AFilename);
|
Error(ErrorBuildFailed,'failed saving statefile of project '+AFilename);
|
||||||
|
@ -676,6 +676,7 @@ var
|
|||||||
Param: TFPCParamValue;
|
Param: TFPCParamValue;
|
||||||
Msg: String;
|
Msg: String;
|
||||||
begin
|
begin
|
||||||
|
if IDEMessagesWindow=nil then exit;
|
||||||
ParsedParams:=TObjectList.Create(true);
|
ParsedParams:=TObjectList.Create(true);
|
||||||
try
|
try
|
||||||
ParseFPCParameters(CompilerParams,ParsedParams);
|
ParseFPCParameters(CompilerParams,ParsedParams);
|
||||||
|
Loading…
Reference in New Issue
Block a user