Reply to Jarrett,

On Thu, Jun 18, 2009 at 11:56 AM, BCS<n...@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.

Wow.  Seriously?  I have no idea how you cope.


me: dmd main.d
dmd: you didn't pass me somthing from module foo
me: dmd main.d foo.d
dmd: you didn't pass ...
...
me: dmd main.d foo.d and.d lots.d of.d other.d stuff.d
dmd: ok

(man I like command histories)

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.



Reply via email to