$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-11-12 13:39:04
Hi All,
I have the following jam file:
------
lib core
:
...
:
<link>shared
<def-file>core.def
;
install dist
:
core
:
<location>bin
<install-type>SHARED_LIB
<install-dependencies>on
;
------
After executing 'bjam --v2 dist' I get two files in 'bin' instead of one:
core.dll
core.def <-- why ???
How can I fix this?
Best regards/Venlig hilsen,
Alexey Pakhunov.