Hi,
how can I access eclipse build variables, like ${ProjName} or ${build_type}, from within an XDC script?
I just wanted to write a common .cfg file for 2 eclipse projects, e.g. master_project and slave_project. So I would like to make different configurations, depending on the actual value of ${ProjName}
I looked at the Program Object (like Program.name), but this is not what I am looking for.
many thanks
Alois

