dmd -I flag - how to use?

Frank Benoit keinfarbton at googlemail.com
Sun Jun 3 11:08:48 PDT 2007


Steve Teale schrieb:
> I am baffled.  If I put my sources in d:\x, and then use:
> 
> dmd -c -Id:\x whatever.d
> 
> the compiler says it can not find the module.  How do I use -I?

you need to give the source a absolute or correct relative path.
The -I is only for imported modules (imported from within whatever.d).



More information about the Digitalmars-d mailing list