From b0396809c19f436e051430d5e81d59a725611195 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2020 09:13:21 +0200 Subject: Convert to build2-based build Also add symbol exporting, missing const in a few places in the API, as well as a basic test. --- libgenx/build/root.build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libgenx/build/root.build (limited to 'libgenx/build/root.build') diff --git a/libgenx/build/root.build b/libgenx/build/root.build new file mode 100644 index 0000000..451fbcd --- /dev/null +++ b/libgenx/build/root.build @@ -0,0 +1,8 @@ +using c + +h{*}: extension = h +c{*}: extension = c + +# The test target for cross-testing (running tests under Wine, etc). +# +test.target = $c.target -- cgit v1.1