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:
juha 2016-04-04 11:10:29 +00:00
parent be0a2f9c82
commit 299995c6b9

View File

@ -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