Content originally posted in LPCWare by dtesystems on Fri Mar 18 05:02:29 MST 2016
Hi,
I'm using 2 source files (date_time.c/date_time.h) in which a genereate the last re-compilation date and time of my project. This recompile date is then available for the microcontroller for further use.
Problem now is that this file doesn't re-compile as long as it's content isn't changed are a clean build is executed.
Is there a way to mark these files so they will re-compile on each build or some compiler directive I can use?
Thanks!
Tom