Hi,
I have one project where I can set compiler switches for different versions.
e.g.
#define Version1
#define Version2
...
It is possible to set the output path and names depends from this switches ?
So that the output path is "Version1" and the Hex-TXT file is "Version1.txt"
Thanks for your help