[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-build
Subject:    [Boost-build]  How to install dependency target
From:       William_MariƩ <william.marie () gmail ! com>
Date:       2008-08-23 21:32:46
Message-ID: 19125548.post () talk ! nabble ! com
[Download RAW message or body]


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.

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic