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.
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.
Languages A language is a named set of build rules (to compile files), link rules (to link application or library nodes), execution rules (to execute/debug/profile an application) and a set of environment variables.
Pre/Post compile
Pre-compile commands are executed just before the compilation of a file, while post-compile commands are executed just after the compilation of a file.
Pre/Post link
Pre-link commands are executed just before the link of the application or library node, while post-link commands are executed just after the link of the application or library node.
gsmake - Command line option to build projects
The groups in a project (4pw files) can also be compiled from the operating system command line, using the tool gsmake, which is located in the GSTDIR/bin directory.