$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-09-08 10:40:27
On 09/08/07 09:10, Larry Evans wrote:
[snip]
> So now the question is, how is a main-target rule defined that will
> invoke the verbatim.inline-file action? I tried defining
> verbatim.inline-file rule; however, it did nothing.
I forgot to add, the Jamfile contained:
verbatim.inline-file t1_cpp : t1.verbatim ;
However, after reading:
http://boost.org/boost-build2/doc/html/bbv2/builtins/raw.html
I tried:
make ./t1.cpp : t1.verbatim : verbatim.inline-file ;
and got:
/home/evansl/prog_dev/boost-svn/ro/trunk/tools/build/v2/example/customization/bin/gcc-4.1/debug:
wildcard *.cpp
-rw-r--r-- 1 evansl evansl 64 Sep 8 09:28 t1.cpp
So, apparently that works.