$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-02-19 16:02:13
In a previous version of BBv2, it was possible to have targets like:
lib Foo.Bar : foo.cpp ;
lib Foo.Bar2 : bar.cpp ;
but with the latest sources, I get a duplicate name of actual target Foo.dll
error.
NOTE: This will impact support for C#/.NET toolsets where it is common to
have DLLs named a.b.dll
- Reece