On Thu, 25 Jun 2009 14:10:10 +0200, Don wrote: > Derek Parnell wrote: >>>> On Thu, Jun 18, 2009 at 11:56 AM, BCS<[email protected]> wrote: >>>> >>>>> Hello steel, >>>>> >>>>> build tools: ??? haven't followed that much. I use a command prompt >>>>> for simple stuff and for the rest I need make. >>>>> >> >> you: dmd main.d >> me: bud main >> >> you: dmd main.d foo.d >> me: bud main >> >> you: dmd main.d foo.d and.d lots.d of.d other.d stuff.d >> me: bud main >> >> you: 90% of the time that I need more than that, I'm >> getting into non D build steps so nothing short >> of a fully general system able to run arbitrary >> command will cut it. >> me: bud main >> >> :-) >> > > Mate, I wish you'd update bud so that it reads imports that are inside > version statements. > > version(D_InlineAsm_X86) { > import asmstuff; > } > > That's the only thing I've ever found missing from bud.
That's a bug ... it is supposed to do that. Thanks for the report. -- Derek Parnell Melbourne, Australia skype: derek.j.parnell
