$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-08-01 09:18:03
Recently, I've tried to build some application that uses Boost.Program_options
on windows. The build failed, attempting to auto-link to the program_options
library.
This clearly should not happen -- if I use Boost.Build to link to a library,
I don't want autolinking at the same time. So, I've added
<define>BOOST_PROGRAM_OPTIONS_NO_LIB to the usage-requirements of
program_options target.
Now:
1. Should we add the same to all other libraries in Boost?
2. Should we just add BOOST_ALL_NO_LIB as top-level usage-requirement?
Comments?
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2