From 2895ad78dbdb43e57fc34558b4530b4e105fc72d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Feb 2024 18:10:29 +0300 Subject: Turn libodb-mssql repository into package for muti-package repository --- libodb-mssql/build/root.build | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libodb-mssql/build/root.build (limited to 'libodb-mssql/build/root.build') diff --git a/libodb-mssql/build/root.build b/libodb-mssql/build/root.build new file mode 100644 index 0000000..794e083 --- /dev/null +++ b/libodb-mssql/build/root.build @@ -0,0 +1,19 @@ +# file : build/root.build +# license : ODB NCUEL; see accompanying LICENSE file + +config [bool] config.libodb_mssql.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 -- cgit v1.1