|
Boost-Build : |
From: Miguel A Sepulveda (ironphase_at_[hidden])
Date: 2006-02-27 12:47:57
Hi there, I have a shared library that builds like
this:
lib MY_Blend
# sources
: [ glob ./src/*.cpp ]
Foundation OpenMaya OpenMayaAnim
:
<include>./src
<link>shared
;
Then I am trying to install it and rename the
installed library this way:
stage MY_Blend_plugin_install
: MY_Blend
: <location>$(LIBS_TOP)/install/maya/plugins
<name>MY_Blend.mll
;
Unfortunately I am getting a weird errror:
"<name> property cannot be specified when staging
several targets"
And I don't understand this because it seems to me
there is only one target in the sources. Any ideas?
Thanks
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
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