C-Free - A Professional Excellent C/C++ IDE |
Build Options Dialog |
You can use this dialog to change Global Build Configurations. You can
use this dialog to control the compiling, linking procedure in C-Free.
The Global Build Configuration takes effect when there is no project
opened, and you compile/build single file, which has no effect to
project building. You may use Project Build Configuration to build your
project, which you can set in "Project Settings" dialog. You can copy
the Global Build Configuration as Project Build Configuration when
creating project. Each build configuration has two sub-configurations: Debug and Release, which are corresponding to Debug building and Release building of your program. You can designate different options for the two sub-configurations. Build Configurations This combo box lists all names of Global Build Configuration. You can choose one name to change options. New Configuration Click the ">" button on the top of dialog, you can find this command in the popup menu. Using this command, you can create a new global build configuration. Save Configuration As Click the ">" button on the top of dialog, you can find this command in the popup menu. Using this command, you can save the current selected configuration as other name build configuration. Remove Configuration Click the ">" button on the top of dialog, you can find this command in the popup menu. Using this command, yuo can remove the current selected configuration from Global Build Configurations. Dbg./Rels Use this command, you can switch the sub-configuration of current selected configuration between Debug and Release. In the dialog, the options are classified in five tab pages: Compiler Page, Linker Page, Directories Page, Commands Page and Others Page. |