mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 19:40:28 +02:00
lazbuild: fixed compilation
git-svn-id: trunk@53212 -
This commit is contained in:
parent
018e27b67c
commit
85e2468d35
@ -873,7 +873,8 @@ var
|
|||||||
Error(ErrorBuildFailed,'failed saving statefile of project '+AFilename);
|
Error(ErrorBuildFailed,'failed saving statefile of project '+AFilename);
|
||||||
if TheCompiler.Compile(Project1,
|
if TheCompiler.Compile(Project1,
|
||||||
WorkingDir,CompilerFilename,CompilerParams,
|
WorkingDir,CompilerFilename,CompilerParams,
|
||||||
BuildAll or NeedBuildAllFlag,false,false,CompileHint)<>mrOk
|
BuildAll or NeedBuildAllFlag,false,false,false,
|
||||||
|
CompileHint)<>mrOk
|
||||||
then
|
then
|
||||||
Error(ErrorBuildFailed,'failed compiling of project '+AFilename);
|
Error(ErrorBuildFailed,'failed compiling of project '+AFilename);
|
||||||
// compilation succeded -> write state file
|
// compilation succeded -> write state file
|
||||||
|
Loading…
Reference in New Issue
Block a user