Boost logo

Boost-Build :

From: Miguel A Sepulveda (ironphase_at_[hidden])
Date: 2005-11-25 09:05:49


Hi there,

I have a simple question that I can't figure out.
After building a shared library I would like to
install it to a specifies location with a different
name. This is what I am doing right now:

lib blur2d
: [ glob ./src/*.cpp ./src/*.rc ]
lib1 lib2
:
<include>./src
;

stage blur2d_lib
: blur2d
: <location>$(MBLUR_TOP)/install/plugins
<include-type>SHARED_LIB
<name>blur2d.plugin ;

It doesn't work and the error I get is that <name>
only works with one target. However "blur2d" project
has jsut one target as far as I can see. Am I doing
something wrong?

Thanks

__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com


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