I have several targets a program is written for and some require things to be done differently (IE debug version with ISD compiled in release version without ISD compiled in etc.)
So the question is how can I detect this in order to conditionally change (in this case move the AUX interrupt vector to where the ISD handles it), the program so that it will accommodate the different target setup?
Stephen