Hi,
CCS Version: 4.1.2.00027
I have a pre-build batch file which generates .h files from other input files. If these input files change, causing a change in generated .h files then these changes are not picked up as a change in build dependant files. Looking at console output, I see that both "gmake -k -q main-build" and "gmake -k pre-build main-build" are run prior to my pre-build batch file.
How can I get the build process to recognise changes to build input files that have occured as part of my pre-build processing?
I am also finding it difficult to find user guide type information on gmake and its parameters, so if you could point me at this as well it would be much appreciated.
Regard, Tony.

