$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emil_at_[hidden])
Date: 2008-08-12 00:34:41
I figured it out, the DLL was actually in a subfolder of the folder
containing the dependent library's Jamfile. Also, I found the
<dll-path> property; I used it to point to the bin subfolder and it
all worked. Duh! Thanks!
Emil Dotchevski
Reverge Studios, Inc.
http://www.revergestudios.com/reblog/index.php?n=ReCode
On Mon, Aug 11, 2008 at 9:26 PM, Vladimir Prus <ghost_at_[hidden]> wrote:
> On Tuesday 12 August 2008 07:01:40 Emil Dotchevski wrote:
>> Is there any way to make boost-build automatically set the path to a
>> dependent dll in a test target?
>
> Sorry, can you clarify? For 'unit-test' targets, all dependent dlls are
> added to PATH/LD_LIBRARY_PATH automatically. Is it not working for you
> or you meant something else?
>
> - Volodya
> _______________________________________________
> Unsubscribe & other changes: http://listarchives.boost.org/mailman/listinfo.cgi/boost-build
>