Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-07-12 02:41:54


On Wednesday 12 July 2006 10:34, Konstantin Litvinenko wrote:
> Hello, All!
>
> I have a jamfile
>
> type.register BPI : bpi : LIB ;
>
> lib vcl : : <name>vcl.bpi ;
> lib rtl : : <name>rtl.bpi ;
> lib dbrtl : : <name>bdertl.bpi ;
>
> exe reditor : $(src)
> vcl
> rtl dbrtl
>
> <runtime-link>shared
> <user-interface>gui
> <threading>multi
> ;
>
> In .rsp file I see
>
> "vcl.lib"
> "rtl.lib"
> "bdertl.lib"
>
> but I need
>
> "vcl.bpi"
> "rtl.bpi"
> "bdertl.bpi"
>
> How to do this?

I'm afraid, there's no good solution at the moment. borland.jam has to code to
set extension of all elements of FINDLIBS_ST variable to .lib, which
interferes with what you're doing.

Passing those libs as raw linker options might be the simplest solution.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk