DDMD just went green on all platforms for the first time
Daniel Murphy via Digitalmars-d
digitalmars-d at puremagic.com
Sat Feb 21 08:17:09 PST 2015
"Andrej Mitrovic via Digitalmars-d" wrote in message
news:mailman.7024.1424528844.9932.digitalmars-d at puremagic.com...
> I can't wait for the day the only command necessary to build DMD is going
> to be:
>
> $ rdmd src/main.d
>
> :)
Something like
rdmd mars.d -J.. -d glue.lib backend.lib
almost works now, except I recently put all the source into a 'ddmd' package
and now rdmd can't find it as it's not in a 'ddmd' directory.
More information about the Digitalmars-d
mailing list