diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 02:00:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 02:00:31 +0300 |
commit | 82c129201a2081ead401a1e2d681cb8bc5688a64 (patch) | |
tree | b515b3a858aa4f9f796fc208afd69ec53c6db2c4 /buildfile | |
parent | 5a07ddb783af3c9ce3f7f6f43657f7bd0122a991 (diff) |
Align with latest bdep-new
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,8 +3,12 @@ # license : MIT; see accompanying LICENSE file define sh: file -sh{*}: extension = -sh{*}: install = bin/ + +sh{*}: +{ + extension = + install = bin/ +} ./: msvc-common/exe{msvc-filter} \ sh{cl-* lib-* link-* mt-* rc-*} \ |