summaryrefslogtreecommitdiff
path: root/libxsd/build
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/build')
-rw-r--r--libxsd/build/.gitignore3
-rw-r--r--libxsd/build/bootstrap.build10
-rw-r--r--libxsd/build/export.build9
-rw-r--r--libxsd/build/root.build14
4 files changed, 36 insertions, 0 deletions
diff --git a/libxsd/build/.gitignore b/libxsd/build/.gitignore
new file mode 100644
index 0000000..4a730a3
--- /dev/null
+++ b/libxsd/build/.gitignore
@@ -0,0 +1,3 @@
+config.build
+root/
+bootstrap/
diff --git a/libxsd/build/bootstrap.build b/libxsd/build/bootstrap.build
new file mode 100644
index 0000000..d3dae6e
--- /dev/null
+++ b/libxsd/build/bootstrap.build
@@ -0,0 +1,10 @@
+# file : build/bootstrap.build
+# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+project = libxsd
+
+using version
+using config
+using dist
+using test
+using install
diff --git a/libxsd/build/export.build b/libxsd/build/export.build
new file mode 100644
index 0000000..14a17c0
--- /dev/null
+++ b/libxsd/build/export.build
@@ -0,0 +1,9 @@
+# file : build/export.build
+# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+$out_root/
+{
+ include xsd/
+}
+
+export $out_root/xsd/lib{xsd}
diff --git a/libxsd/build/root.build b/libxsd/build/root.build
new file mode 100644
index 0000000..82da455
--- /dev/null
+++ b/libxsd/build/root.build
@@ -0,0 +1,14 @@
+# file : build/root.build
+# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+using in
+
+cxx.std = latest
+
+using cxx
+
+# Note that this is a header-only library.
+#
+hxx{*}: extension = hxx
+ixx{*}: extension = ixx
+txx{*}: extension = txx