$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-06-04 14:26:33
> I don't think globbing would be a particularly good practice in this case, but
> whatever floats your boat, I suppose. I will continue hardcoding the required
> include directories.
To put this in perspective, since winapi only depends on config and predef, and
those depend on nothing else, you only need three include directories:
"../config/include" "../predef/include" "../winapi/include"
Globbing, in contrast, would add 141 include directories.
I fail to see how the latter can in any way be considered a superior solution.