From 5f1cd97b9727fe10df79e1eb316ff493d9dfc2a9 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Feb 2024 20:50:43 +0300 Subject: Turn libodb-qt repository into package for muti-package repository --- libodb-qt/build/root.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libodb-qt/build/root.build (limited to 'libodb-qt/build/root.build') diff --git a/libodb-qt/build/root.build b/libodb-qt/build/root.build new file mode 100644 index 0000000..882047d --- /dev/null +++ b/libodb-qt/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