aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-05-28 15:00:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-06-17 19:08:30 +0200
commit1a1d291b1e8e33888013a05302a0de3511f0251a (patch)
treeb7a9c42a7d1536c3715c350eb224479ca7733805
parentf3de4f28f74f1733158ca23de8a4cf1774072619 (diff)
Add build2 files
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/root.build4
-rw-r--r--buildfile6
3 files changed, 12 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
new file mode 100644
index 0000000..350c8cc
--- /dev/null
+++ b/build/bootstrap.build
@@ -0,0 +1,2 @@
+project_name = brep
+using config
diff --git a/build/root.build b/build/root.build
new file mode 100644
index 0000000..d9c5766
--- /dev/null
+++ b/build/root.build
@@ -0,0 +1,4 @@
+using cxx
+
+cxx.std = 11
+cxx.poptions += -I$src_root -I/usr/include/apr-1
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..6180ebf
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,6 @@
+brep=brep/{diagnostics module options search view}
+web=web/apache/{request service}
+
+libso{brep}: cxx{$brep $web services}
+
+.: libso{brep}