DEFRECORD KCML_Compiler
Retrieve information about the compiler| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_Compiler_Program$ | CHAR(8) | The name of the program to execute (e.g. kc6) |
| KCML_Compiler_Extension$ | CHAR(8) | The default extension for libraries (e.g. kbin) |
| KCML_Compiler_Flags$ | CHAR(128) | Any flags that should be specified at compile time (e.g. -k) |
| KCML_Compiler_OutputFlag$ | CHAR(8) | The flag needed to specify the output library (e.g. -o) |