CS+ provides a facility to automatically start a build in synchronism with the timing described below (rapid build function).
When any of the C source files, C++ source files, assembler source files, header files, link directive files, symbol information files, object module files, relocatable module files or library files added to the project is updated |
When a C source file, C++ source file, assembler source file, or header file added to the debug-only project is saved after editing |
When a C source file, C++ source file, assembler source file, or header file is added or removed from the debug-only project |
By enabling the rapid build function, it is possible to perform a build in parallel with the above operation.
To choose to enable or disable the rapid build function, click [Rapid Build] on the [Build] menu (This is a toggle switch, which is, by default, enabled.).
For this function to be enabled when you use an external editor, it is necessary to check the [Observe registered files changing] check box in the [General - Build/Debug] category of the Option dialog box. |
It is recommended that after editing the source file, you should always be sure to press the [Ctrl] + [S] keys to save it each time. |
When you've chosen to enable or disable the rapid build function, your selection is applied to the entire project (main project and sub-projects). |