On Sat, 28 Jun 2014 07:42:00 GMT, Maaaks wrote:

Personally, I like the way that CMake uses: the build is done in the current directory when the script runs, and it doesn't have to be the same directory as the sources directory.

Yes, because they are not machine specific for DUB ;) I simply didn't yet encounter the need or request to configure those paths on a machine basis so far, which is the only reason why the current feature set is what it is.

I believe that build path is, hmm, developer-specific. One developer prefers to build project inside the source tree, another one prefers a separate directory, and third one wants to have two different build with different parameters in different directories.

Okay, thanks. I've added a ticket for this; #363