RAD Studio (Common)
ContentsIndex
PreviousUpNext
Delphi Compiler Other Options

ProjectOptionsDelphi CompilerOther Options 

Use this dialog box to set Delphi Compiler Other options.

Build Configuration option 
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.  

 

Other Options 
Description 
Unit aliases: (-A) 
Sets unit aliases to the specified aliases.  
Use these packages when compiling: (-LU) 
Dynamically link with the specified packages.  
Additional options: 
Additional switches to pass to the compiler.  

 

C/C++ Output options 
Description 
Object files and headers 
No C/C++ output*
No intermediate output specified. This is the default.
C .objs (-J)
Generates C .obj files.
C++ .objs (-JP)
Generates C++ .obj files.
C++ .objs, headers (-JPH)
Generates C++ .obj and .hpp files.
C++ .objs, headers, namespaces (-JPHN)
Generates C++ .obj and .hpp files including namespaces.
C++ .objs, headers, namespaces, export (-JPHNE)
Generates C++ .obj and .hpp files with namespaces and export symbols.
C++ .objs, namespaces (-JPN)
Generates C++ .obj files with namespaces.
C++ .objs, namespaces, export (-JPNE)
Generates C++ .obj files with namespaces and export symbols.
C++ .objs, headers, exports (-JPHE)
Generates C++ .obj and .hpp files and export symbols.
C++ .objs, exports (-JPE)
Generates C++ .obj and export symbols.
Generate all C++ Builder files (including package libs)
Generates C++ .obj and .hpp files with namespaces and export symbols and package.  
Header file output (-NH) 
Sets the .hpp output directory to the specified directory. Click [...] to display a Browse for Folder dialog.  

 

General item 
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!