$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Merging files (same type for input and output)
From: Mike Gresens (mgresens_at_[hidden])
Date: 2013-08-29 07:29:04
Hi there,
i am trying to do something like that:
1) Generate foo.rsrc from foo.r
2) Generate bar.rsrc from bar.fr
3) Merge foo.rsrc and bar.rsrc into result.rsrc
Steps 1 and 2 are done. I have now generators for that.
But how can i merge the files? The types for input and output are the same
PS: I need the files foo.rsrc and bar.rsrc too. So i can't rename their type to something else
Thank you,
Mike...