Hi all, I'm working with uVision2 v2.4 and I want to know if there's a way to define multiple output file names according to precompilation process. For example somthing like that:
#ifdef _ED_ output_file_name=EEE.hex #else output_file_name=DDD.hex #endif