Subject: [Boost-build] generators for creating HPP files?
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2010-05-26 04:18:25


How can I use generators inside Jamfile to provide specifi HPP files
depending upon conditions evaluated inside the Jamfile?

boost/my_lib/a.tmpl
boost/my_lib/b.tmpl
should be copied to boost/my_lib/c.hpp depending on <toolset>gcc.

Oliver