On 4/5/13, Vladimir Panteleev <[email protected]> wrote: > Another option is wildcards (std.*).
Yep, I use this for unittesting and it works nice. On 4/5/13, Vladimir Panteleev <[email protected]> wrote: > -r should be disabled for such cases - thus, enabled only when there's one .d > file and no .obj / .lib files. The .lib file could be an import library. On 4/5/13, Vladimir Panteleev <[email protected]> wrote: > I think we should promote the use of pragma(lib) instead. I remember other compiler writers saying pragma should not be used (I think GDC was it). Anyway, It's easier to reason about a feature if you only had to pass a single switch to enable the feature rather than having to remember some odd set of rules.
