What tool(s) do you use to build a large D project?

Adam D. Ruppe destructionator at gmail.com
Sun Jun 2 12:26:43 PDT 2013


I just use plain old makefiles. I generally start with

all:
     dmd *.d <flags>

and then break it out just like I would with a C++ project when 
the need arises (actually pretty rare, this works quite well even 
for my larger stuff).


More information about the Digitalmars-d-learn mailing list