aboutsummaryrefslogtreecommitdiff
path: root/dev/build
diff options
context:
space:
mode:
Diffstat (limited to 'dev/build')
-rwxr-xr-xdev/build/windows/makecoq_mingw.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index 8fbd8dec20..963b0e6387 100755
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -1970,6 +1970,21 @@ function make_addon_elpi {
fi
}
+# Hierarchy Builder: high level language to declare a hierarchy of structures
+# compiled down to records and canonical structures.
+
+function make_addon_HB {
+ installer_addon_dependency_beg elpi_hb
+ make_addon_elpi
+ installer_addon_dependency_end
+ if build_prep_overlay elpi_hb ; then
+ installer_addon_section elpi_hb "Hierarchy Builder" "Coq library to declare algebraic hierarchies" ""
+ logn build make
+ logn install make install VFILES=structures.v
+ build_post
+ fi
+}
+
# Main function for building addons
function make_addons {