But if it is not a good idea to use variables within build configurations
how can I solve my problem?
Background:
I have Makefile that can build my whole project and allows to compile a
single file. This file name (including path) must be passed to the
Makefile as an argument.
In Eclipse/CDT I have two build configurations (one for the whole project
and one to compile a single file, which uses ${selected_resource_loc}).
Now I can select a file from my source list and execute the compile
command. But you tell me this is a typical user error! I'm confused! Yes,
I read all bugs referenced from your link - thanks again.