Thread: Delphi Build
View Single Post
  #4  
Old 12-30-2005, 10:11 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,029
A couple ways:

1) Select all the steps to be rebuilt (not just the parent), then use Rebuild Selected (right-click, Build menu, or Ctrl+F7). Rebuild Selected rebuilds only the selected steps (and not children unless also selected).

2a) Choose Build | Reset (or Ctrl+Alt+F7), then select or right-click 'Compile XA' and choose Build Step Group (or Alt+F8). Note: the steps (parent and children) must be checked to be included in the build.

2b) Instead of Build | Reset, you could uncheck Compile XA (click the checkbox in the Build column or press Spacebar), then recheck it (click again). Unchecking will reset the build status of it and its children, and re-checking it will check it and its children, ready to be built again.
Reply With Quote