$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] How to stop propagate include paths of internal library
From: Franz (fschnyder_at_[hidden])
Date: 2009-03-09 10:28:00
Phillip Seaver <phil <at> apago.com> writes:
> I describe how I do it here:
> http://listarchives.boost.org/boost-build/2008/12/20976.php
Thanks for the link, this helps. It would be nice, if I wouldn't need to patch
the boost-build rules.
> I prefer it that way to avoid header conflicts between third-party
> libraries and reduce my search path. I don't recall whether I ran into
> the command-line limitation, but I wouldn't now, since the msvc toolset
> uses "response files" to reduce the command-line size.
"Unfortunately" I use gcc and I have not found out how to pass gcc the arguments
via a file instead of specifying everything on the command line.
regards
- Franz