|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-04 01:48:31
On Wednesday 03 August 2005 19:19, Johannes Brunen wrote:
> Hi Volodya,
>
> your tip was nearly perfect. Only the debug lib is now named 'testd'
> instead of 'testd.lib', it has lost its extension (.lib)!?
Ah.. then replace "return $(name)d" with:
return [ virtual-target.add-prefix-and-suffix $(name)d : $(type)
: $(property-set) ] ;
And add "import virtual-target ; " before the definition of the function.
> > BTW, [ glob src *.cxx ] looks suspicious. Don't you mean [ glob
> > src/*.cxx ] ?
>
> Oh no, actually I mean [ glob src *.cxx ] . I'm using it quite a long time
> and it works very good. On the other hand
> [ glob src/*.cxx ] does not work. This gives a lot of error messages.
Is that's CVS version, can you send me the error messages?
- 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