"Gennadiy Rozental" <[EMAIL PROTECTED]> 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

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

Reply via email to