April 21, 2020 How make DMD auto link imported modules? | ||||
---|---|---|---|---|
| ||||
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? |
April 21, 2020 Re: How make DMD auto link imported modules? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Marcone | On Tuesday, 21 April 2020 at 21:36:57 UTC, Marcone wrote:
> 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?
dmd -i
|
Copyright © 1999-2021 by the D Language Foundation