Boost logo

Boost-Build :

From: Renaud Lepere (renaud.lepere_at_[hidden])
Date: 2005-12-16 12:02:12


> > lib a : a.cpp ;
> > install ../bin : a ;
> >
> > But i have a litte problem, i would like to install the .dll in
> > ../bin and the .lib in ../lib.
>
> See if this works for you:
>
> install a_bin : a : <location>../bin <install-type>EXE ;
> install a_lib : a : <location>../lib <install-type>SHARED_LIB ;

It didn't work completly for me... The first install line do nothing and
the second one copy only the .dll file whereas if i didn't specify
any install-type both files (the .dll and .lib) are copied.
Thanks

Renaud


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