Compiler plugin
From Code::Blocks
The Compiler plugin is an interface to various compilers:
- GNU GCC compiler
- Microsoft Visual C++ Free Toolkit 2003
- Borland C++ Compiler 5.5
Compiler toolbar
The icons in the Compiler toolbar have the following meanings:
- Ctrl-F9
- Compile (and link, if applicable) the active build target of the current project. If no project is open, Code::Blocks will attempt compilation of the active file in the editor.
- Ctrl-F10
- Run the executable output of the active build target of the current project. If no project is open, Code::Blocks will attempt to run the executable output of the active file in the editor.
- F9
- Compile (and link, if applicable) the active build target of the current project and run the output. If no project is open, Code::Blocks will attempt to compile the active file in the editor, then run its output.
- Ctrl-F11
- Clean (delete) all the object files and compiled output of the active build target of the current project, then compile (and link, if applicable) cleaned target. This function requires an active project.
See also
Development documents: