D2 vs D1
Don
nospam at nospam.com
Thu Jun 25 05:10:10 PDT 2009
Derek Parnell wrote:
>>> On Thu, Jun 18, 2009 at 11:56 AM, BCS<none at anon.com> 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.
More information about the Digitalmars-d
mailing list