$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-09-17 06:25:03
Looking at the borland.jam toolset, I have noticed that the flags use
flags borland.compile OPTIONS ...
but <inline> has
flags borland *CFLAGS* <inlining>...
but $(CFLAGS) is not used by the actions, only $(OPTIONS) is.
- Reece