$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2007-11-06 06:04:59
Dear all,
When using the 1.35 trunk, I cannot get conditional requirement to work. 
Basically I want to undefine declspec(dllexport), when linking a static 
version.
I do so as follows:
lib bayesian :  [ glob ../src/*.cpp ] : <define>DEZIDE_EXPORT=1
                                       : <link>shared : 
<define>DEZIDE_USE_DYNAMIC_LINKING=1 ;
(The docs at 
http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/bbv2/tutorial.html 
seems to miss spaces around ":")
Should this not work?
Thanks
-Thorsten