Boost logo

Boost-Build :

Subject: Re: [Boost-build] PDB support, pt. 1
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-07-27 05:23:30


On Monday 27 July 2009 Lin Luo wrote:

> Not totally sure, but seems there is a spelling error? And does Bjam
> complain about this error at all?
> (directly copied from https://svn.boost.org/trac/boost/changeset/55154)
>
> 1015 if [ $(property-set).get <debug-symbols> ] = "on"
> 1016 {
> 1017 local target = [ class.new file-target $(name) : PDB
> : $(project) : $(action) ] ;
> 1018 lcoal registered-target = [ virtual-target.register
> $(target) ] ; <------------------------ "lcoal" or "local"???
> 1019 if $(target) != $(registered-target)
> 1020 {
> 1021 $(action).replace-targets $(target) :
> $(registered-target) ;
> 1022 }
> 1023 result += $(registered-target) ;
> 1024 }

There is, it should be already fixed in SVN, though.

- Volodya


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