From 8276cb927bafd338be237adbecf437e70042da99 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Apr 2017 15:52:15 +0200 Subject: Implement version module --- build2/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 83f0a08..23511b2 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -73,6 +73,7 @@ exe{b}: \ cxx/{hxx cxx}{ init } \ cxx/{hxx cxx}{ target } \ dist/{hxx cxx}{ init } \ + dist/{hxx cxx}{ module } \ dist/{hxx cxx}{ operation } \ dist/{hxx cxx}{ rule } \ pkgconfig/{hxx cxx}{ init } \ @@ -93,6 +94,11 @@ test/script/{hxx ixx cxx}{ regex } \ test/script/{hxx cxx}{ runner } \ test/script/{hxx ixx cxx}{ script } \ test/script/{hxx cxx}{ token } \ + version/{hxx cxx}{ init } \ + version/{hxx cxx}{ module } \ + version/{hxx cxx}{ rule } \ + version/{hxx cxx}{ snapshot } \ + version/{ cxx}{ snapshot-git } \ liba{b} $libs #\ -- cgit v1.1