exclude current directory from search path in dmd ?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Jun 7 21:08:54 PDT 2015


The easiest way is to not use search paths, and instead pass all 
the modules you want compiled to the compiler directly. Then it 
will look for the module name declaration instead of the 
directory/filename layout.


More information about the Digitalmars-d-learn mailing list