[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Using build config variable in library paths
|
- From: Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx>
- Date: Wed, 31 Aug 2011 15:01:34 -0400
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2RHf5VCLDEpuPn6lnWrE1RG9NrPplOfQyvyY4EPgaNY=; b=DgEPtd3CmhW1O3wNiqWJAvV6nRsAe0ukbtDM1k0vG2Mgh+01JFohx7aSZsZRPl+c6G 91hCEaOHD8cxgyE/koRS/JR+JPj3qkBpwFPkPL9xcXAie3yXunIA9SfMnacEhBonUqML 0njGnQ8f+3gH+hrD7nazkvDyyGf2Am1Obupsg=
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
>
>