Build or Rebuild (Project Menu)
The Build function of the Project menu compiles the current project file if it has been modified. In the Project window, an icon that is red indicates that either the source file or one of its dependencies has been modified and the source file needs to be compiled.
The Rebuild function of the Project Menu will compile the program regardless of whether changes have been made.
To quickly build the current program, use the F7 key sequence or use the CTRL+F7 keys or click the icon in the main IDE toolbar:
Build button
Rebuild button
See also: Working with Projects
![]() |