List Info

Thread: Re: location of dlls




Re: location of dlls
country flaguser name
United States
2007-10-23 00:51:57
Gennadiy Rozental wrote:
>
> Unfortunately a lot of things in BB are not so obvios
and can be easily 
> misused.
>
> I do not have much time to dig into BB docs. I've tried
to follow the link.
>
> I've added
>
> install common_location
>            : output_test_stream_test
>            : <install-dependencies>on
<install-type>LIB
>            ;
>
> to the test/Jamfile.v2
>
> nothing happend.
>
> What should I write and where, so that for every unit
test that is linked 
> with shared version of Boost.Test component the
corresponding library that 
> get's build as part of unit test compilation is copied
in some common 
> location, preferably <BOOST_ROOT>/stage?
>
> Gennadiy 
>
>
>   
Gennady -

install common_location
           : output_test_stream_test
           : <install-dependencies>on 
             <install-type>LIB
             <location>$(BOOST_ROOT)/stage
           ;


will install output_test_stream_test and all of the
dependencies in the
$(BOOST_ROOT)/stage directory.



-- 

----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com


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

Re: location of dlls
country flaguser name
United States
2007-10-23 01:16:32
"Michael Caisse" <boostobjectmodelingdesigns.com> wrote in message 
news:471D8BFD.6030706objectmodelingdesigns.com...
> Gennadiy Rozental wrote:
>>
>> Unfortunately a lot of things in BB are not so
obvios and can be easily
>> misused.
>>
>> I do not have much time to dig into BB docs. I've
tried to follow the 
>> link.
>>
>> I've added
>>
>> install common_location
>>            : output_test_stream_test
>>            : <install-dependencies>on
<install-type>LIB
>>            ;
>>
>> to the test/Jamfile.v2
>>
>> nothing happend.
>>
>> What should I write and where, so that for every
unit test that is linked
>> with shared version of Boost.Test component the
corresponding library 
>> that
>> get's build as part of unit test compilation is
copied in some common
>> location, preferably <BOOST_ROOT>/stage?
>>
>> Gennadiy
>>
>>
>>
> Gennady -
>
> install common_location
>           : output_test_stream_test
>           : <install-dependencies>on
>             <install-type>LIB
>             <location>$(BOOST_ROOT)/stage
>           ;
>
>
> will install output_test_stream_test and all of the
dependencies in the
> $(BOOST_ROOT)/stage directory.

Nope. I added above to the test/Jamfile and run bjam
toolset=borland 
output_test_stream_test. Library is built, but never copied
into desired 
location.

I also need this to work generically for all unit test
modules.

Gennadiy




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

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )