Subject: Re: [Boost-build] force install before building sub-dir
From: Andrej van der Zee (andrejvanderzee_at_[hidden])
Date: 2011-04-19 19:43:55


Hi Gevorg,

>
> that-dir/Jamfile:
> install  $(INSTALL_PATH)/etc : pcap-http-cfg.xsd ;
> alias install-pcap-http-cfg : $(INSTALL_PATH)/etc ;
>
> this-dir/Jamfile:
> obj something : thing.cpp : <dependency>that-dir//install-pcap-http-cfg ;
>

Thank you, that works indeed!

Best regards,
Andrej