$include_dir="/home/hyper-archives/boost-build/include";
include("$include_dir/msg-header.inc")
?>
- Next message: C. Andy Martin: "Re: BBv1, NT, dll's which export no symbols"
- Previous message: Vladimir Prus: "Re: BBv1, NT, dll's which export no symbols"
- In reply to: C. Andy Martin: "BBv1, NT, dll's which export no symbols"
- Next in thread: C. Andy Martin: "Re: BBv1, NT, dll's which export no symbols"
- Reply: C. Andy Martin: "Re: BBv1, NT, dll's which export no symbols"
C. Andy Martin wrote:
> This problem occurs in a scenario where a DLL exports no symbols.
I just answered my own question by searching through the list archives
on gmane. Since the problem isn't with the build rules, but the stage
rules, I just modify SUFDLL as was suggested on the list long ago. My
solution in the main Jamfile for the project:
SUFDLL_HACK = $(SUFDLL) ;
if $(NT) { SUFDLL_HACK = .dll ; }
{
local SUFDLL = $(SUFDLL_HACK) ;
# define stage rules here
# stage ... ;
}
- Next message: C. Andy Martin: "Re: BBv1, NT, dll's which export no symbols"
- Previous message: Vladimir Prus: "Re: BBv1, NT, dll's which export no symbols"
- In reply to: C. Andy Martin: "BBv1, NT, dll's which export no symbols"
- Next in thread: C. Andy Martin: "Re: BBv1, NT, dll's which export no symbols"
- Reply: C. Andy Martin: "Re: BBv1, NT, dll's which export no symbols"
$include_dir="/home/hyper-archives/boost-build/include";
include("$include_dir/msg-footer.inc");
?>