config

Generates the compiler version, the version printed with dmd --version.

Outputs a file with the generated version which is imported as a string literal in the compiler source code.

Members

Functions

generateVersion
string generateVersion(string versionFile)

Generates the version for the compiler.

main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
updateIfChanged
void updateIfChanged(string path, string content)

Writes given the content to the given file.

Meta