On 1/2/11, Philippe Sigaud <[email protected]> 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
