Visual RPG  

Build Page, Project Designer [Visual RPG]

Use the Build page of the Project Designer to specify the project's build configuration properties. This page applies to Visual RPG projects only.

Configuration and Platform

The following options enable you to select the configuration and platform to display or modify.

Configuration

Specifies which configuration settings to display or modify.  The options are Active (Debug), Debug, Release, and All Configurations.

Platform

Specifies which platform setting on any active CPU.

General

The following options enable you to configure general settings for the build process.

Conditional compilation symbols

Specifies symbols on which to perform conditional compilation. Separate symbols with a space.

DEBUG constant

Defines the DEBUG constant.

TRACE constant

Defines the TRACE constant. 

Optimize code

Enable or disable optimizations performed by the compiler to make your output file more efficient.

Errors and Warnings

The following settings are used to configure the error and warning options for the build process.

Suppress warnings

Blocks the compiler's ability to generate one or more warnings. Separate multiple warning numbers with a comma or semicolon.

Treat Warnings as Errors

Select this checkbox only if you want to treat all warning as errors. 

Output

The following settings are used to configure the output options for the build process.

Output path

Specifies the location of the output files for this project's configuration. Note that the path is relative; if you enter an absolute path, it will be saved as relative.

Advanced

Specifies if you want to check for arithmetic overflow/underflow by checking the box.

See Also

Setting Project Designer Properties