<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 8, 2015 at 12:08 AM, Adam D. Ruppe via Digitalmars-d-learn <span dir="ltr"><<a href="mailto:digitalmars-d-learn@puremagic.com" target="_blank">digitalmars-d-learn@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<br>
</blockquote></div><br></div><div class="gmail_extra">Could you be more specific, perhaps with a command line example?</div><div class="gmail_extra">If I understand correctly, what you suggest doesn't bode well with separate compilation.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Really, I think the easiest would be a flag to disable including current directory implicitly in search path</div></div>