Recommendation for a D build system

Rob T alanb at ucora.com
Wed Jul 24 12:23:02 PDT 2013


On Wednesday, 24 July 2013 at 12:24:26 UTC, Luís Marques wrote:
> I have some old D code and I wanted to improve its build 
> system: that code was using a .bat and shell script with dmd, 
> manually listing all the .d files to be linked! Don't ask me 
> why I didn't use at least a Makefile, I don't recall, this is 
> quite old code.
>
> What would you currently recommend to build a not very big D 
> codebase?
>
> (if you use just dmd / rdmd, to not depend on another tool, 
> *how* do you use it?)
>
> --
> Luís

This may be more than you need if your code base is very small, 
but this build system looks promising for medium sized and up 
code base. Worth a look if you plan to expand, or have mixed in 
C/C++ code.

Bottom-up-build (bub)
http://forum.dlang.org/thread/kqfvts$2ut8$1@digitalmars.com

--rt


More information about the Digitalmars-d mailing list