|
From: | Frank Thomas |
Subject: | Re: Dynamic target: How to get a file from source irectory to the linked build directory? |
Date: | Thu, 16 Nov 2000 13:26:40 +0100 |
Steven Knight <address@hidden> wrote: > foreach $file (qw(input1.txt input2.txt)) { > push(@input_files, SourcePath($file)); > } or simply: @input_files = map {SourcePath($_)} qw(input1.txt input2.txt); Bye Frank
[Prev in Thread] | Current Thread | [Next in Thread] |