$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] [RFC] Key file types on target-os
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-09-19 13:05:37
Presently, when building on linux shared libraries have extension of .so,
even if you use mingw compiler and specify target-os=windows. The same
problem is present for other types. This patch makes it use target-os
instead. I've verified that running
bjam
and
bjam target-os=windows
in the example/libraries project does the right thing with extensions.
Does anybody see any reason why this patch may break things?
Thanks,
Volodya