summaryrefslogtreecommitdiff
path: root/libodb-oracle/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'libodb-oracle/build/root.build')
-rw-r--r--libodb-oracle/build/root.build19
1 files changed, 19 insertions, 0 deletions
diff --git a/libodb-oracle/build/root.build b/libodb-oracle/build/root.build
new file mode 100644
index 0000000..316c276
--- /dev/null
+++ b/libodb-oracle/build/root.build
@@ -0,0 +1,19 @@
+# file : build/root.build
+# license : ODB NCUEL; see accompanying LICENSE file
+
+config [bool] config.libodb_oracle.develop ?= false
+
+cxx.std = latest
+
+using cxx
+
+hxx{*}: extension = hxx
+ixx{*}: extension = ixx
+txx{*}: extension = txx
+cxx{*}: extension = cxx
+
+if ($cxx.target.system == 'win32-msvc')
+ cxx.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS
+
+if ($cxx.class == 'msvc')
+ cxx.coptions += /wd4251 /wd4275 /wd4800