$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Bjam] Ignore specific library
From: Simon Pickles (sipickles_at_[hidden])
Date: 2010-01-11 10:25:10
Hi,
Using Visual Studio, it is possible to 'Ignore Specific Library'
(Project Properties>Configuration Properties>Linker>Input>Ignore
Specific Library).
We have found this a useful feature in a project. Now we want to build
the project using bjam, but we need to reproduce that linker behaviour.
Is there any ignore <library> feature?
Many thanks
Simon