If the files are all in the same directory, you can do
and then create a file "compiler-target.includes", which might contain
something like this:
myapp.exe,myapp.hlp
Of course you could mess around with filter chains in loadfile to put
the files on separate lines.
This would probably also work e
Hi all,
My buildsystem needs to copy a manually defined set of files
(compiler-output, I'm building C++ wit VisualStudio .net) from the
compiler's target dir to my output dir where binary releases are
submitted to my depot.
Currently I have lots of single copy-tasks in a release-target but I
wou