$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2006-03-05 12:10:16
I've got this so far in my jamfile:
exe dftables : dftables.c ;
make chartables.c : : dftables : <dependency>dftables ;
actions dftables
{
dftables $(<)
}
It works except that the dftables program isn't in the path. How would
I get the path for the program in there? Using a generator seems like
overkill because it's only done in one place on one file.
Thanks,
Phillip