What tool(s) do you use to build a large D project?
estew
estewh at gmail.com
Sun Jun 2 16:33:09 PDT 2013
I'm new to D but I'm using cmake2d as it slots right in with our
existing CMake build system for C++/Java/Python. When I updated
to CMake 2.8.10 I found Kitware had introduced breaking changes
and a minor refactor was required.
This link explains it:
http://public.kitware.com/pipermail/cmake-developers/2012-October/005535.html
as does this:
https://code.google.com/p/cmaked2/issues/detail?id=21
It was a simple sed on the *.cmake files in cmake2d sources.
I also find rdmd extremely useful for building small test
programs to test ideas and also scripting.
More information about the Digitalmars-d-learn
mailing list