I created a custom build step to generate a header file, however the function is never invoked and dependencies fail to build.
I've attached a very simple project illustrating the problem:
Main.c #includes Gen.h.
Gen.gen has a custom build step to generate Gen.h (created by right-clicking on Gen.gen and updating the custom build dialog.
Am I doing something wrong here?
Regards,
--Mike