Suppose I've defined a global variable (within the C::B IDE) and called it "my_proj". I've defined its 'base' property to be "F:\My_Project". The setup dialog for this variable contains several other "built-in field" properties such as "lib", "obj" and "include". Suppose I define "lib" to be "F:\My_Project\libs".
I can use the global variable my_proj (well, technically, my_proj:base) by referring to it in my project as $(#my_proj)
But what is the syntax if I want to use "F:\My_project\libs" (in other words my_proj:lib)?