<div class="gmail_quote">2011/11/26 cobines <span dir="ltr"><<a href="mailto:cobines@gmail.com">cobines@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
W dniu 2011-11-06 19:08, cobines pisze:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
However, weird thing. If I choose Build from menu then it doesn't seem<br>
to rebuild FCL, LCL, but if I start Build from a hotkey then it does.<br>
</blockquote>
<br></div>
The call from menu item is:<br>
<br>
procedure TMainIDE.<u></u>mnuBuildProjectClicked(Sender: TObject);<br>
Begin<br>
  DoBuildProject(crBuild,[<u></u>pbfCleanCompile]);<br>
end;<br>
<br>
but from hotkey the call is:<br>
<br>
  ecBuild: DoBuildProject(crBuild, [pbfCleanCompile, pbfCompileDependenciesClean]);<br>
<br>
So, there is a difference. Which should it be? Since it seems to always rebuild packages when I use the hotkey I would think that [pbfCleanCompile] is correct.</blockquote><div><br></div><div>Indeed there is a difference. I should have checked it properly.</div>
<div>Is it ok to remove "pbfCompileDependenciesClean" from the hotkey handler?</div><div><br></div><div>Juha</div><div><br></div></div>