Hi
We are using .projectspec files to derfine our CCS projects.
In a project I need to have an environment variable set, so it ios passed down to the makefiles.
Note: This is a normal managed project with makefiles generated by CCS, but I have extended them by making a makefile.init and a makefile,def, that is always included by the autogenerated ones. (eclipse feature)
I find nowhere in the shcema to make an environment variable?
Just to be sure we talk the same this picture shows where they are found in the CSS IDE.

Project properties -> build, and the environment tab.
One workaound would be define the make command setting to soemthing like.
gmake SRC_ROOT=${SRC_ROOT}
but would like a more clean way of just adding them to the list of environment variables.