www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - suggestions for improving dsss?

Well, I just added a predefined version(Debug) if dsss is called with 
--debug
for personal use.

This is very useful for postbuild and the like:

version(Debug) {

else {

}


To get rid of rebuild - makes me sick :/ - I'm now trying to make dsss 
use xfBuild instead which seems to work quite well also with D2.



Are there any other suggestions for improving dsss?
Is someone maybe even working on it? perhaps a personal fork?
Jul 27 2009