Boost logo

Boost-Build :

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


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk