This script can be called from anywhere, as it deduces absolute paths
based on the script's location in the source tree.
Invoking it while making use of all the options would look like this:
DMD=ldmd2 GITVER="1.2.3" ./build.d -O -inline
The GITVER environment variable determines the version of
the repository to build against.
Standalone build script for DUB
This script can be called from anywhere, as it deduces absolute paths based on the script's location in the source tree.
Invoking it while making use of all the options would look like this: DMD=ldmd2 GITVER="1.2.3" ./build.d -O -inline The GITVER environment variable determines the version of the repository to build against.