Advanced Properties dialog

The Advanced Properties dialog provides access to setting dependencies, pre and post link and compile commands, and environment variables for the various nodes in a project.

To access the Advanced Properties dialog, right-click on a selected group, library, application, or file node and select Advanced Properties.
Figure: Advanced Properties dialog

This figure is a screenshot of the Advanced Properties dialog.
Table 1. Advanced Properties Pages
Page Relevant Nodes Usage
Dependencies Application

Library

A list of the available libraries and applications from the current project is displayed. See Using external projects for further information.

Select the check box for any library or application to include in the build.

Pre/Post link command Application

Library

Shell scripts or other programs to be executed before or after linking.

If the path to the script or program is not included in the system's PATH environment variable settings, then provide the complete path to the script or program.

For example, if the script myscript is in /home/user/scripts, and this directory is included in the PATH environment variable of the system, enter myscript. Otherwise, enter /home/user/scripts/myscript.

Pre/Post Compile command File Shell scripts or other programs to be executed before or after compiling.

If the path to the script or program is not included in the system's PATH environment variable settings, then provide the complete path to the script or program.

For example, if the script myscript is in /home/user/scripts, and this directory is included in the PATH environment variable of the system, enter myscript. Otherwise, enter /home/user/scripts/myscript.

Environment variables Group

Application

Library

The Genero Variables list displays a list of environment variables and their settings for the currently selected node, as defined on the Variables tab for the selected language build rules. These variables cannot be altered from this list. For further information about inbuilt environment variables, see Genero environment variables in the Genero Business Development Language User Guide.

The User Variables list allows you to define or redefine environment variables for the selected node.

To overwrite the value of a Genero Variable, create an entry with the same variable name in the User Variables section.

Predefined node variables can be used when specifying the value of a variable.