To build the project, right-click on the project in the « Project Explorer » and select Build Project
or or click the build icon () on the toolbar.
The default behavior consists on the following steps:
The build trace is displayed in the bottom console. If the project is successfully built, you will find the binaries under the configuration
folder (default: Debug or Release). The binaries are also listed in the « Project Explorer », under the project « Binaries
()»
section. Otherwise, build is failed, thes errors are listed on the console
To clean the project, right-click on the project in the « Project Explorer » and select Clean Project. It removes binaries and object files from the configuration folder but keeps the generated Makefiles. You can delete the output configuration folder to make a full clean
To rebuild the project, right-click on the project in the « Project Explorer » and select Build Configurations > Build Selected...
or or click the rebuild icon () on the toolbar.