Resource Compiler Directories and Conditionals

From RAD Studio
Jump to: navigation, search

Go Up to Resource Compiler Options

Project > Options > Building > Resource Compiler > Directories and Conditionals

Use this dialog box to set Resource Compiler Directories and Conditionals options.

Options Description

Target, Apply, Save

See Target Options.

Common items

See Common Items on Project Options Pages.


Directories and Conditionals Options Description

Defines a preprocessor symbol
(-d)

Defines a list of preprocessor symbols. See the description of the Ellipsis pop-up button in Common Items on Project Options Pages.

Include file search path
(-I)

Specifies the drive and/or directories that contain program include files. Standard include files are those you specify in angle brackets (<>) in an #include statement (for example, #include <myfile>). See the description of the Ellipsis pop-up button in Common Items on Project Options Pages.

Output directory for .res files

Specifies the directory for .res output. See the description of the Ellipsis pop-up button in Common Items on Project Options Pages.


See Also