Project Properties - Compiler
The Compiler Project Properties page is used to maintain configuration options when compiling a specific project. The information that is maintained here is stored in the project's .cfg file in the [Compiler] section.
You can specify a Before Compile Process and an After Compile Process. The After Compile Process will only be called if the compile was successful. Either process can be enabled or disabled.
For each process, you can define the command to be executed and the parameters that will be passed to that command.
Supported Embedded Symbols
Special embedded symbols are supported in the parameter string. These are substituted with information from the current workspace. Supported substitutions are:
- Filename & path of the Studio workspace file (
.sws) - Filename & path of the current project
- Filename & path of the current source file
- Current line number (0-based) of the current source file
- Current line number (1-based) of the current source file
- Path & filename of current project executable (
.exe)