aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-09-12 16:33:57 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-09-12 20:16:29 +0300
commitadb5186a59a19581a3c34fb00bdb7cf1907bf796 (patch)
treefc79631af162dbce119a2de3de2ba09376e8a110 /build
parent0f0b81f52cbcf8b8d2281d0f5931c8b5db5cf4f0 (diff)
Use ad hoc recipe to compile options.cli file
Diffstat (limited to 'build')
-rw-r--r--build/root.build10
1 files changed, 2 insertions, 8 deletions
diff --git a/build/root.build b/build/root.build
index 022d030..794e083 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,6 +1,8 @@
# file : build/root.build
# license : ODB NCUEL; see accompanying LICENSE file
+config [bool] config.libodb_mssql.develop ?= false
+
cxx.std = latest
using cxx
@@ -15,11 +17,3 @@ if ($cxx.target.system == 'win32-msvc')
if ($cxx.class == 'msvc')
cxx.coptions += /wd4251 /wd4275 /wd4800
-
-# Load the cli module but only if it's available. This way a distribution
-# that includes pre-generated files can be built without installing cli.
-# This is also the reason why we need to explicitly spell out individual
-# source file prerequisites instead of using the cli.cxx{} group (it won't
-# be there unless the module is configured).
-#
-using? cli