Walter Bright schrieb: > Frank Benoit wrote: >> Because, imagine you set up a build process for your application. Why >> should i have to care about that difference in my 'makefile', >> 'rakefile', ... whatever ? > > I use different makefiles for Windows, Linux, and OSX. It's easier than > tearing my few strands of hair out trying to figure out how to remove > system differences.
Right, this is because of such stuff. With dmd acting the same, it would be one step easier. On the other hand, separated build scripts are against DRY.