This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C2000-CGT: Compiler post build steps

Part Number: C2000-CGT

Hi,

- Is it possible to add post build steps applicable for all the build configurations for the project? Rather than adding them in each of the configurations?

- How to add multiple lines inside an if statement? I have a set of 5 commands I need to execute based an a variable value. I added as follows, but got errors

if <condition> (

cmd1

cmd2

..

)

Regards,

Veena