$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-07-31 07:38:59
Vladimir Prus wrote:
> Why do you think you need to specify it? Does <include> fails to work?
To be honest, I didn't even try to use include in place of sysinclude.
I thought they refer to different include paths, dont they?
Hmm, I just glanced through man gcc, and indeed -I seems to make no
difference for #include <file.hpp> and #include "file.hpp".
I'll give it a try.
Thank you.
Roland