RAD Studio (Common)
ContentsIndex
PreviousUpNext
C++ Compiler Output

ProjectOptionsC++ CompilerOutput 

Use this dialog box to set C++ Compiler Output options.

Build Configuration options 
Description 
Build Configuration 
Displays the active build configuration. Use the drop-down menu to select another build configuration.  
Save As... 
Displays the Save As dialog box to save the current configuration's options to a file that can be loaded as a named option set.  
Load... 
Displays the Apply Option Set dialog box to apply the options in a named option set to the current configuration.  

 

.obj Content options 
Description 
Disable compiler autodependency output (-X) 
Disable compiler autodependency output. Default = false  
Exclude system headers from dependency info (-mm)  
Ignores system header files while generating dependency information. Default = false  
Generate underscores on symbol names (-u)* 
The compiler automatically adds an underscore character (_) in front of every global identifier (functions and global variables) before saving them in the object module. Pascal identifiers (those modified by the __pascal keyword) are converted to uppercase and are not prefixed with an underscore.
Underscores for C and C++ are optional, but you should turn this option on to avoid errors if you are linking with the CodeGear C++ libraries.
Default = true  
Don't prefix underbars to exported symbols (-vu) 
Do not prefix underscore characters to exported symbol names. Default = false  
Include browser information .obj files (-R) 
Includes browser information in generated .OBJ files. Default = false  

 

General option 
Description 
Default 
Saves the current settings as the default for each new project.  
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!