summaryrefslogtreecommitdiff
path: root/libgenx/build/root.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-24 09:13:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-24 09:13:21 +0200
commitb0396809c19f436e051430d5e81d59a725611195 (patch)
tree29e374c30aef241b4edfa604a131b4c33ecedc3f /libgenx/build/root.build
parentd19d20fbd638c3edb0e2dea1589455546a309382 (diff)
Convert to build2-based build
Also add symbol exporting, missing const in a few places in the API, as well as a basic test.
Diffstat (limited to 'libgenx/build/root.build')
-rw-r--r--libgenx/build/root.build8
1 files changed, 8 insertions, 0 deletions
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