Hi,
in my current project I'm using features which are selected with #define symbols in the source files. Now I need to build several different versions of this project with a different set of these features.
At the moment I do it by hand. Select the proper defines in the source file and let it build. Then select a different set of these features and build again. And so on.
I wish to automate this process either in CCS or in the makefiles. Unfortunately the makefiles are automatically generated by CCS.
Is there a (simple) way to automate this?
Regards,
Waldemar