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
  • __DATE__ and __TIME__ is no chice.
    Using the 'Custom Translator' is a way I can see.
    Now I need a tiny program which I can call from the translator, which reads a text file (e.g. build.txt), which contains only "1" for the first call, increment the number and write it back.
    Does anybody have such a tool?

Reply
  • __DATE__ and __TIME__ is no chice.
    Using the 'Custom Translator' is a way I can see.
    Now I need a tiny program which I can call from the translator, which reads a text file (e.g. build.txt), which contains only "1" for the first call, increment the number and write it back.
    Does anybody have such a tool?

Children