From 26e36b3a9d7b49d46ecfa69b447482251acba8ac Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Jan 2024 16:53:38 +0300 Subject: Turn libodb repository into package for muti-package repository --- libodb/build/root.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libodb/build/root.build (limited to 'libodb/build/root.build') diff --git a/libodb/build/root.build b/libodb/build/root.build new file mode 100644 index 0000000..882047d --- /dev/null +++ b/libodb/build/root.build @@ -0,0 +1,17 @@ +# file : build/root.build +# license : GNU GPL v2; see accompanying LICENSE file + +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 -- cgit v1.1