Hi All...
I have a project that contains many C source and header files along with a custom linker command (*.cmd) file and a Tconf script (*.tcf) file.
I have a requirement where in I need to disable certain part in each of these three (*.c, *.cmd and *.tcf) files conditionally using some compile time switch.
I have got it working with separate defines in each type of the above files and got it working. But I need something common for all these 3 types. I want to change the setting at only one place and I should be able to achieve it.
Please let me know if this is possible...if yes how..?
Thanks & Regards,
Ashok