[Mono-list] Re: No Subject
Miguel de Icaza
miguel@ximian.com
25 Oct 2001 02:19:29 -0400
On Thu, 2001-10-25 at 09:52, A Rafael D Teixeira wrote:
> csc/vbc accepts
>
> vbc *.vb
>
> that compiles every matching file in the directory into the assembly and
> also has a parameter to make it recurse into subdirectories.
Well, this is done for you by the Unix shell ;-)
I am not sure it is really worth it, but I do not really mind it.
The major point to keep in mind is that if you use Nant, this is done
for you anyways.
Miguel