"Trass3r" <u...@known.com> wrote in message news:ih4ij7$1g01$1...@digitalmars.com... >> the features that rdmd needs to acquire > > Well something that's also missing in xfBuild is a proper way to organize > different build types: (debug, release) x (x86, x64) x ... > But that would require config files similar to dsss' ones I think.
FWIW, stbuild (part of semitwist d tools) exists to do exactly that: http://www.dsource.org/projects/semitwist/browser/trunk/src/semitwist/apps/stmanage/stbuild http://www.dsource.org/projects/semitwist/browser/trunk/bin Although I'm thinking of replacing it with something more rake-like.