$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2005-11-07 06:42:44
I have a problem with the CVS version and searched libs. Using the
following example Jamroot:
lib kernel32 ;
exe hello : hello.cpp kernel32 ;
with a dummy hello.cpp file, produces the following hello.exe.rsp file:
"bin\msvc-6\debug\hello.obj"
The same happens with more complex projects (e.g. when using qt) - the
searched libs are not passed to the linker.
-- Bojan Resnik