On Wed, 21 Jan 2015 17:33:05 +0000 Vadim Lopatin via Digitalmars-d-announce <[email protected]> wrote:Btw, does anyone know if it's possible to list files in import directories in compile time (CTFE) to avoid manual adding of file paths for every resource file?nope, it's impossible. CTFE code can't interoperate with environment.
mix: (__FILE__.stripExtension.baseName) ~ ".res";
