DMD -i option, simple question...

WhatMeWorry kheaser at gmail.com
Fri Nov 20 03:06:37 UTC 2020


The DMD forum mentions internal design. This is more of a 
beginner usage question.

---------------------  from Compiler Switches 
-----------------------------

-I=directory
     Look for imports also in directory

-i[=pattern ]

     Enables "include imports" mode, where the compiler will 
include imported modules in the compilation, as if they were 
given on the command line. By default, when this option is 
enabled, all imported modules are included except those in 
druntime/phobos

----------------------------------------------------------------------------

The "..when this option is enabled..." is exactly the behavior I 
want, but how is it enabled?  Is there an "all inclusive pattern" 
that I'm missing.








More information about the Digitalmars-d-learn mailing list