On 6/2/15 3:12 AM, Jacob Carlborg wrote:
On 2015-06-01 20:49, Steven Schveighoffer wrote:
I'm not defending DIP11, just that the fact that it could be done
without requiring an extra "dependencies" file.
One usually needs a file to set all compiler and linker flags and other
kinds of configurations. Dub allows you to do this as well in
cross-platform way. So when you already have all that, just put the
dependencies there and be done with it.
Actually, I don't. dmd *.d generally works fine.
-Steve