Tool/software: Code Composer Studio
Greetings,
I am creating a project which will have several different flavors. Most of the code is identical among the projects, with only one block differing. Right now, to test the variations, I am manually modifying the project by changing two things:
- The folders which are included/excluded
- One of the include paths
Since the differences are small, I would like to avoid creating multiple projects to produce the different variants. So in the pre-build step, is there a means, maybe through a batch file, which could include the desired folders and include path?
Thank you,
Ed