How to use the -I command line switch?

tipdbmp email at example.com
Wed Jan 3 17:10:22 UTC 2018


> dmd main.d C:\libs\my_module.d
That does not use the -I switch.

It compiles if I specify the full path to my_module.d:
     dmd -IC:\libs main.d C:\libs\my_module.d

I don't understand the error message though.



More information about the Digitalmars-d-learn mailing list