Building and linking programs

Build rules compile each file in a project. Link rules create the applications and libraries. Execution rules execute the application. Build rules, link rules, and execution rules together make up a Language in Genero Studio.

In most environments, the build, link and execution rules are set at installation (default), at the global level, or at the GST-specific level. See Build, link, and execution rules.

These same build rules can also be set at the project level. To set project-level rules, right-click on the Project view and select Edit Build Rules.

Warning: A rebuild of a project may not automatically be done when files within the project are updated. It is the responsibility of the developer to recompile the appropriate parts of the project.