mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 14:29:33 +02:00
IDE: Remove resource generation from DoBuildProject. They have been generated earlier. Issue #15915.
git-svn-id: trunk@59246 -
This commit is contained in:
parent
b63e95189f
commit
ec89029ae5
@ -6881,13 +6881,6 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
// update project resource files
|
||||
if not Project1.ProjResources.Regenerate(Project1.MainFilename, False, True, TargetExeDirectory)
|
||||
then begin
|
||||
debugln(['Error: (lazarus) [TMainIDE.DoBuildProject] ProjResources.Regenerate failed']);
|
||||
exit;
|
||||
end;
|
||||
|
||||
if (AReason in Project1.CompilerOptions.CompileReasons)
|
||||
and (not (pbfDoNotCompileProject in Flags)) then begin
|
||||
// compile
|
||||
|
Loading…
Reference in New Issue
Block a user