Within Properties/Settings/Tool Settings, one can specify a Library search path (-L).
For a specific build configuration one can enter
${workspace_loc:/SomeLib/Debug} or ${workspace_loc:/SomeLib/Release}
depending on the configuration.
Is there a variable, like ${workspace_loc} that can be used specify a 'universal' search path. This path would then be correct regardless of the configuration.
Such as:
${workspace_loc:/SomeLib/${config}}
BTW, Is the Eclipse documentation showing a list of all the workspace/project variables?