mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 07:38:14 +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
|
||||
// compile
|
||||
|
||||
// write state file to avoid building clean every time
|
||||
if Project1.SaveStateFile(CompilerFilename,CompilerParams,false)<>mrOk then
|
||||
Error(ErrorBuildFailed,'failed saving statefile of project '+AFilename);
|
||||
|
@ -676,6 +676,7 @@ var
|
||||
Param: TFPCParamValue;
|
||||
Msg: String;
|
||||
begin
|
||||
if IDEMessagesWindow=nil then exit;
|
||||
ParsedParams:=TObjectList.Create(true);
|
||||
try
|
||||
ParseFPCParameters(CompilerParams,ParsedParams);
|
||||
|
Loading…
Reference in New Issue
Block a user