$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Custom generator
From: mlenger (mlenger_at_[hidden])
Date: 2010-05-14 10:46:29
Hi everyone!
I want to use Boost.Build for calling gsoap parsers that generate cpp- and
header-files from wsdl-files. I´ve tried adapting the generator examples
but am becoming more and more desperate. The problem is, that there are one
or more wsdl-files that are composed into header and implementation files.
There is no 1-1 relationship between wsdl and cpp or header files but
rather a arbitrary number of input files and a fixed number of output
files. Any ideas?
Thanks in advance
Markus Lenger