Home | Download | Support

C-Free - A Professional Excellent C/C++ IDE

Build Configuration
We have two types of build configuration: Global Build Configuration and Project Build Configuration. In simple, Global Build Configuration is applied to building single file, and Project Build Configuration is applied to building project.

When there is no project opened, Global Build Configuration becomes the current build configuration. When this is project opened, Project Build Configuration becomes the current build configuration.

You can use the "Build Options" dialog to change the parameters of Global Build Configuration. Please go to "Build" menu and choose "Build Options" to invoke the dialog.

You can use the "Project Settings" dialog to change the parameters of Project Build Configuration. Please go to "Project" menu and choose "Settings" to invoke the dialog.

Global Build Configuration can be used by project in following two ways:
(1) When creating new project, in the last step of wizard, you can select the Global Build Configuration in the list to be used in project building;
(2) In the Project Settings dialog, you will find a "Copy from Global" selection to let you pick a Global Build Configuration from the list to be used in project building.