Loop through all modules and module members?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Jan 2 05:36:15 PST 2011


On 1/2/11, Philippe Sigaud <philippe.sigaud at gmail.com> wrote:
>> Of course, you need to -J switch with the path of your module.
>
> I'm not much versed in DMD switches. I'll try and see.
>
> Philippe
>

Well it's a simple switch, really. If the module is in "C:\dev\project\", use:
dmd -JC:\dev\project\

On *nix it's the same, I believe.

http://www.digitalmars.com/d/2.0/dmd-windows.html#switches
http://www.digitalmars.com/d/2.0/dmd-linux.html#switches


More information about the Digitalmars-d-learn mailing list