diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:08:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:08:28 +0200 |
commit | 122be68042a471abaf660ee87442274fdae9c230 (patch) | |
tree | dc47a256265e782139f4ecc996d5ad335cc4b3a7 /build | |
parent | 88ea74114f78b986ed35106141d446f712db673f (diff) |
Add missing hxx{version}
Diffstat (limited to 'build')
-rw-r--r-- | build/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/buildfile b/build/buildfile index db32797..936524e 100644 --- a/build/buildfile +++ b/build/buildfile @@ -31,6 +31,7 @@ exe{b}: \ {hxx }{ types } \ {hxx cxx}{ utility } \ {hxx ixx txx cxx}{ variable } \ + {hxx }{ version } \ bin/{hxx cxx}{ module } \ bin/{hxx cxx}{ rule } \ bin/{hxx cxx}{ target } \ |