Hello,
In CCS3.3 it is possible to define file specific prebuild steps. Thus before a file is compiled some user specific tasks can be done (for example a lint check of the file). How can I achieve the same in CCS4 without having to call the compiler manually after the user specific step? I just want to call lint for each file before the compiler does its work.
Thanks