Boost logo

Boost-Build :

Subject: Re: [Boost-build] PDB support, pt. 1
From: Lin Luo (chris.luolin_at_[hidden])
Date: 2009-07-27 05:07:47


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 }

-----Original Message-----
From: boost-build-bounces_at_[hidden]
[mailto:boost-build-bounces_at_[hidden]] On Behalf Of Vladimir Prus
Sent: Saturday, July 25, 2009 9:06 PM
To: boost-build_at_[hidden]
Subject: [Boost-build] PDB support, pt. 1

After an embrassingly long delay, I've checked in this patch from
Alexey Pakhunov to make Boost.Build aware of .pdb files:

        http://lists.boost.org/boost-build/2009/01/21175.php

The patch as actually checked in is at:

        https://svn.boost.org/trac/boost/changeset/55154

This should enable installing of .pdb files. There's another
patch from Michael Weber to improve <debug-store>database; I'll
get to that now.

- Volodya
_______________________________________________
Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost-build


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