BuildDirs

directories involved during a build

Members

Functions

build
string build(Comps comps)

build a path within the build directory

install
string install(Comps comps)

build a path within the install directory

src
string src(Comps comps)

build a path within the source directory

Variables

buildDir
string buildDir;

the build directory

installDir
string installDir;

the install directory

srcDir
string srcDir;

the source directory

Meta