Boost logo

Boost-Build :

Subject: [Boost-build] modifying the names from actions
From: Robert Collyer (rcollyer_at_[hidden])
Date: 2011-06-14 00:02:34


I'm putting together a simple generator for developing Mathematica's
MathLink enabled applications. The developer kit comes with a script
for creating the c-bindings from a template file, so for the most part,
the jamfile follows the 1-to-1 example from the extender manual. For a
particular c-file, e.g. file.c, I'd like to name the template file:
file.tc. This brings up a problem: file.tc will be generate file.c and
conflict with the other file.c. An option is to name the new file,
file.tc.c, so it does not conflict. But, I don't know when or where to
affect this change. Any thoughts?

Thanks,
Rob


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