mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +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(Format('Building mode %d: %s ...', [ModeCnt, Project1.ActiveBuildMode.Identifier]));
|
||||
DebugLn('');
|
||||
Result := MainIDE.DoBuildProject(crBuild, [], LastMode) = mrOK;
|
||||
Result := MainIDE.DoBuildProject(crCompile, [], LastMode) = mrOK;
|
||||
end;
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user