What would be the best way to compile a project with GDC?
Dicebot
public at dicebot.lv
Thu Aug 1 12:06:37 PDT 2013
On Thursday, 1 August 2013 at 17:46:07 UTC, Gary Willoughby wrote:
> There must be a simpler way to pass these files to dmd in the
> right order? rdmd does it somehow.
You do know that you can use GDC with rdmd? `rdmd
--compiler=gdmd` afair.
Anyway, rdmd does it my checking dmd verbose output that lists
all imports, as well as most other D build systems I am aware of.
More information about the Digitalmars-d-learn
mailing list