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.
I didn't notice any mention from you for the other step I gave:
Have a batch file in your project directory (with the name PreProcess.Bat) that contains:
echo #define PROJECT_NAME %1 >MyProjectName.H
Hi Kevin, When I search the file 'MyProjectName.H' in my working HDD, I found it is already created in project folder. Thanks for your help.
Hi Kevin, How do I get the output folder by using Key Sequence for Tool Parameters of Keil/MDK. For example, @L denote Linker output file name without extension. BlackSu
How do I get the output folder by using Key Sequence for Tool Parameters of Keil/MDK
I always find the manual a good place to start:
http://www.keil.com/support/man/docs/uv4/uv4_ut_keysequence.htm
Hi Kevin, I knew this link. But I can't find any key sequences for get output folder. Thanks for your help
I got it. $L