Re: Outputting generated .di files to correct module structure

2012-03-01 Thread Rene Zwanenburg
On Wednesday, 29 February 2012 at 23:55:05 UTC, Andrei Alexandrescu wrote: On 2/29/12 12:26 PM, Rene Zwanenburg wrote: On Wednesday, 29 February 2012 at 18:10:41 UTC, Martin Nowak wrote: On Wed, 29 Feb 2012 16:25:32 +0100, Rene Zwanenburg wrote: The project I'm currently working on is becomin

Re: Outputting generated .di files to correct module structure

2012-02-29 Thread Andrei Alexandrescu
On 2/29/12 12:26 PM, Rene Zwanenburg wrote: On Wednesday, 29 February 2012 at 18:10:41 UTC, Martin Nowak wrote: On Wed, 29 Feb 2012 16:25:32 +0100, Rene Zwanenburg wrote: The project I'm currently working on is becoming quite large, and is being compiled to a few different lib files. This is

Re: Outputting generated .di files to correct module structure

2012-02-29 Thread Rene Zwanenburg
On Wednesday, 29 February 2012 at 18:10:41 UTC, Martin Nowak wrote: On Wed, 29 Feb 2012 16:25:32 +0100, Rene Zwanenburg wrote: The project I'm currently working on is becoming quite large, and is being compiled to a few different lib files. This is useful, so the application and tools only h

Re: Outputting generated .di files to correct module structure

2012-02-29 Thread Martin Nowak
On Wed, 29 Feb 2012 16:25:32 +0100, Rene Zwanenburg wrote: The project I'm currently working on is becoming quite large, and is being compiled to a few different lib files. This is useful, so the application and tools only have to link to the libraries they need. We use DMD's interface g

Re: Outputting generated .di files to correct module structure

2012-02-29 Thread Rene Zwanenburg
Done: http://d.puremagic.com/issues/show_bug.cgi?id=7610 On Wednesday, 29 February 2012 at 15:35:23 UTC, Andrei Alexandrescu wrote: On 2/29/12 9:25 AM, Rene Zwanenburg wrote: The project I'm currently working on is becoming quite large, and is being compiled to a few different lib files. This

Re: Outputting generated .di files to correct module structure

2012-02-29 Thread Andrei Alexandrescu
On 2/29/12 9:25 AM, Rene Zwanenburg wrote: The project I'm currently working on is becoming quite large, and is being compiled to a few different lib files. This is useful, so the application and tools only have to link to the libraries they need. We use DMD's interface generation option to crea

Outputting generated .di files to correct module structure

2012-02-29 Thread Rene Zwanenburg
The project I'm currently working on is becoming quite large, and is being compiled to a few different lib files. This is useful, so the application and tools only have to link to the libraries they need. We use DMD's interface generation option to create the header files, which is an awesome