Thread overview
Mixins output handling
Oct 30, 2009
Zarathustra
Oct 30, 2009
Trass3r
October 30, 2009
Is there a some compiler switch to produce mixins output.

I mean [d_file_with_mixins] -> [d_file_without_mixins].
October 30, 2009
Zarathustra schrieb:
> Is there a some compiler switch to produce mixins output.
> 
> I mean [d_file_with_mixins] -> [d_file_without_mixins].

No, Descent has such a feature though.
October 31, 2009
Zarathustra wrote:
> Is there a some compiler switch to produce mixins output.
> 
> I mean [d_file_with_mixins] -> [d_file_without_mixins].

Depending on your needs, you can use pragma(msg,...) to output compile time strings. Useful for quickly double-checking simple code generators.

-- Chris Nicholson-Sauls