generate_version

This program will attempt to detect which version of openssl is installed

End-users might have different versions of OpenSSL installed. The version might ever differ among members of a development team.

This script attempts to first calls pkg-config to find out the version, then reverts to calling the openssl binary if pkg-config didn't work.

It is called directly as a preGenerateCommand (see dub.sdl). To use it with another build system, pass the directory in which to write the version_.di file as first and only argument. The directory must exist, this script will not create it.

Members

Functions

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

Variables

TARGET_DIR_PATH
auto TARGET_DIR_PATH;
Undocumented in source.

Meta