From: William Marié (william.marie_at_[hidden])
Date: 2008-07-09 09:09:45


Hi,

I would like to install the boost-python dlls once compiled to be used with
my program, for my dlls i used :

install dist : dllname :
                <location>c:/toto
                ;

so i tried to modify the jamfile located in boost/libs/python/build adding :

install dist : boost_python :
        <location>c:/toto
        ;

but it doesn't work...

Could someone tell me how to use the install rule properly with
boost-python?
Thanks

-- 
View this message in context: http://www.nabble.com/Using-install-rule-with-boost-python-tp18361245p18361245.html
Sent from the Boost - Build mailing list archive at Nabble.com.