Hi all,
I'm wonder is possible to get project name for preprocessor commands as define (ie. #ifdef...) like compilation date/time by using "__DATE__" & "__TIME__".
Greetings, Lukasz.
Thanks Kevin,
It's better solution than nothing ;) By the way, maybe you know when I can find list all preprocesor macros for Keil of course (like "__DATE__") ?
Cheers.
"...where I can find..." of course ;)
I'm not going to be so stupid as to say "the only place to get the information is ..." ;)
Really, a good place to start your search will be the compiler manual. There must surely be a list included.
Don't get me wrong - I always trying to find something alone. I don't like to bother anybody. In this matter I've found only this: www.keil.com/.../c51_pp_predefmacroconst.htm
I just ask maybe you know something more than that.
Your link isn't applicable since it's for C51 and you have specified the ARM architecture.
This link might be more relevant: www.keil.com/.../armcc_pge1397113341080.htm
Yes you have right. This is more valid list for predefined macros for Keil ARM compiler. Thanks for your answer.