Boost logo

Boost-Build :

From: William Marié (william.marie_at_[hidden])
Date: 2008-08-23 17:32:46


Hi,

I tried to create rule that build a dll and install it at the same time but
it doesn't seem to work and i don't know why :

rule kdll ( name )
{
     lib $(name) : [ glob *.cpp ] : <link>shared ;
     install dist$(name) : $(name) : <location> c:/temp :
<install-type>SHARED_LIB ;
}

this works perfectly when i build the library, but if i try to build an exe
that uses that library, it builds the library but doesn't install it.
Is it normal ?, if yes how can i do that ?
Thanks
William

-- 
View this message in context: http://www.nabble.com/How-to-install-dependency-target-tp19125548p19125548.html
Sent from the Boost - Build mailing list archive at Nabble.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