This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__BUILD__

Since uVision does not support

__BUILD__

I need a kind of BUILD-Counter which increments automatically.
The Build should be an array of chars which can be included into the project.
Any idea?

Parents
  • Interesting - I must have missed that I can force "always build" for a single file. A lot of IDE don't support that, so the user must remember to do a full build, or use a pre-build rule to delete the output file.

    One system I used - I have forgotten which - did always run the pre-build rules before each debugging session, so it always complained that the target binary was old :)

Reply
  • Interesting - I must have missed that I can force "always build" for a single file. A lot of IDE don't support that, so the user must remember to do a full build, or use a pre-build rule to delete the output file.

    One system I used - I have forgotten which - did always run the pre-build rules before each debugging session, so it always complained that the target binary was old :)

Children
No data