[scons-users] Evolving the D tool for SCons

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Mar 19 12:43:44 PDT 2012


On 3/19/12, H. S. Teoh <hsteoh at quickfur.ath.cx> wrote:
> 	dmd -unittest source.d
>
> in GDC, you'd have to write:
>
> 	gdc -funittest source.d
>

That's what GDMD is for. It's a Perl script (in GDC's /bin folder)
that acts like a DMD front-end to GDC, so you can pass regular
DMD-style flags to GDC via GDMD. I think LDC has a similar front-end.


More information about the Digitalmars-d mailing list