Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Using build config variable in library paths

This works: ${workspace_loc:}/mylib/${ConfigName}
Thanks a lot!

On Wed, Aug 31, 2011 at 2:12 PM, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
> The variable is ${ConfigName}. I am not sure if it will work where you need
> it; you can also try ${workspace_loc:/mylib/${ConfigName}} assuming mylib
> project is in your workspace.
> Andrew
>
> On Wed, Aug 31, 2011 at 1:57 PM, Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
> wrote:
>>
>> I think we talked about it on last summit but I don't know if it
>> changed since. Is there a way
>> to use "config name" variable in the library paths settings of managed
>> build?
>> I.e. my library path would be ${workspace_loc}/mylib/${buildConfig}
>> If yes what be the name?
>> If no does anybody knows bug number for this?
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
>


Back to the top