Hello,
is it possible to automatically run .BAT file before compilation without makefiles?
The idea is to modify source files(mark time, date, version etc), or just create one more file with build information.
I saw this topic: https://community.freescale.com/community/the-embedded-beat/blog/2012/06/26/codewarrior-tool-tip-8-e...
but as I understood Target->Settings->pre-linker is for BAT execution before linker but AFTER compiler.