We are using preBuildCommands to build a configure script, that checks whether certain features are build into a c library (http://github.com/cairoD/cairoD). The problem is that we do not know which D compiler is installed. Is it possible to have access to the compiler passed to the --compiler= flag?

Also does preBuildCommands work on windows? What "shell" does it use there?