Build.BlitzBuild

Core functions for use with BlitzBuild projects.

Table of Contents

blitzbuild::property-exists - Checks to see if a property exists within a build file.
environment::get-system-path - Gets a system path.
project::get-buildfile-path - Gets the path to this build file.
version::get-major - Gets the major part of a version string.
version::get-minor - Gets the "minor" part of a version string.
version::get-build - Gets the "build" part of a version string.
version::get-revision - Gets the "revision" part of a version string.
version::is-newer - Compares two version numbers.
version::is-older - Compares two version numbers.
version::is-equal - Compares two version numbers.