Information about build, link, and execution rules.
What are build rules
Build rules are used to compile each file in a project. Link rules are used to create the applications and libraries. Execution rules are used to execute the application. Build rules, link rules, and execution rules together make up a Language in Genero Studio.
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.
Link rules
A link rule is executed when you build an application or library node.
Execution rules
An execution rule is executed when you run, debug, or profile an application node.
Pre/Post compile
Pre/post compile commands are executed just before/after the compilation of the file.
Pre/Post link
Pre/post link commands are executed just before/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.