mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 15:59:08 +02:00
IDE: Use flag crCompile instead of crBuild when compiling many modes. Behavior changed when build code was fixed in r51874 #7b55f8c8e6. Issue #29953.
git-svn-id: trunk@52102 -
This commit is contained in:
parent
be0a2f9c82
commit
299995c6b9
@ -4271,7 +4271,7 @@ var
|
|||||||
DebugLn('');
|
DebugLn('');
|
||||||
DebugLn(Format('Building mode %d: %s ...', [ModeCnt, Project1.ActiveBuildMode.Identifier]));
|
DebugLn(Format('Building mode %d: %s ...', [ModeCnt, Project1.ActiveBuildMode.Identifier]));
|
||||||
DebugLn('');
|
DebugLn('');
|
||||||
Result := MainIDE.DoBuildProject(crBuild, [], LastMode) = mrOK;
|
Result := MainIDE.DoBuildProject(crCompile, [], LastMode) = mrOK;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user