$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2003-03-05 12:09:14
"Gennadiy Rozental" <gennadiy.rozental_at_[hidden]> writes:
> You couldn't build dlls out of Boost.Test sources on win32 platform yet. Is
> there way to explicetly prohibit build of the target in Jamfile for specific
> platform?
if ! $(NT)
{
# dll target declaration here
}
-- Dave Abrahams Boost Consulting www.boost-consulting.com