How does D’s ‘import’ work?
Dom DiSc
dominikus at scherkl.de
Sat Jun 3 09:04:35 UTC 2023
On Thursday, 1 June 2023 at 03:47:00 UTC, Cecil Ward wrote:
> I have another question if I may, what do we do about getting
> makefiles right given that we have imports ?
You can replace your whole makefile by calling the compiler with
-I (not always, but if you don't do funny things in your
makefile).
- This ability of the D compiler was just recently discovered
(after -I was implemented for other reasons), but it relies on
the fact that we have imports.
More information about the Digitalmars-d-learn
mailing list