$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] generator: 1-n targets
From: Thomas Lehmann (t.lehmann_at_[hidden])
Date: 2009-10-06 03:54:05
Hi!
having a dummy.template, how can I implement best
to get a
- dummy.h
- dummy_manager.h
- dummy_manager.cxx
I have seen the 1-to-1 generator example and this is
working well for me but I need three output files
with different names. My python script can do it easily
by the given input "dummy.template" but how can I make
boost recogize the dummy_manager.cxx?
How can I place those headers in another location than
the manager?
sincerely
Thomas