Tool/software: Code Composer Studio
I have a prebuild step which generates several .c and .h files. This runs but those new files are not compiled during the first build. If I build again then they are detected and compiled. The 'simple' workaround is to keep the generated files in revision control so they are always present when the build launches but that's not preferable.
Is there any integrated-into-the-build way to run a custom external script prior to scanning for source files to compile? Or, is there a way to trigger a re-scan during a build?
Cheers,
-kyle