How make DMD auto link imported modules?
Marcone via Digitalmars-d-learn Tue, 21 Apr 2020 14:41:14 -0700
When I create a module, for exemple mymodule.d and import im my
main program using "import mymodule" I need add mymodule.d in DMD
command line manually. How can make it automatic?
- How make DMD auto link imported modu... Marcone via Digitalmars-d-learn
- Re: How make DMD auto link impo... Adam D. Ruppe via Digitalmars-d-learn