On 4/7/13, Andrei Alexandrescu <[email protected]> wrote: >> 1. Invoke DMD to build recursively, and simultaneously fetch the >> dependencies to RDMD which will store the dependencies to a file: >> >> $ dmd -rb main.d -v
One thing I forgot to add were the -c and -op flags to make DMD actually generate separate object files, with paths to avoid conflicts.
