$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: jeffreyholle (jeffreyholle_at_[hidden])
Date: 2005-03-31 16:04:03
I wish to employ bjam for a wxWidgets application development.
The smooth way to get all the compiler/linker flags and stuff is using
"wx-config".
I'd like to use something like:
<cxxflags>$(wx-config --cppflags)
in my Jamfile. However, this doesn't work.
Is there a way to do this?