How do I properly add a defined string via a build configuration in STVD?
I would like to something like this in the build configuration:#define DEFTEXT "some_string"This is the relevant section of the cxstm8 manual:-d*> define symbol...-d*^specify * as the name of a user-defined preprocessor symbol (#define). The form of ...