Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Options Command Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
Options CommandOptions are usually supplied on the RTLoc command line. However, you can also place them in a configuration file using the Options command: Options = Option [,Option...] Up to 15 options can be specified on one line and several Options commands can appear in a configuration file. Please note, however, that options placed in a configuration file take effect only after they have been processed. For example, if you wish to disable the Configuration Report using the Options command in a configuration file, all lines read up to the respective Options command will be included in the report. Example:Options = -o -Rp
|