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.
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:
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
In a CCS project you can create multiple Build Configurations, were each build configuration can have different options such as the include paths or different source files included/excluded in the build.