From 72e7f011b29998d8a3e15eb5b381ef962af5fe5b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 5 Apr 2019 10:30:58 +0300 Subject: Upgrade to 8.0.15 --- libmysqlclient/build/root.build | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libmysqlclient/build/root.build (limited to 'libmysqlclient/build/root.build') diff --git a/libmysqlclient/build/root.build b/libmysqlclient/build/root.build new file mode 100644 index 0000000..04449b6 --- /dev/null +++ b/libmysqlclient/build/root.build @@ -0,0 +1,23 @@ +# file : build/root.build +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd +# license : GPLv2 with Universal FOSS Exception; see accompanying LICENSE file + +using in + +using c + +h{*}: extension = h +c{*}: extension = c + +cxx.std = latest + +using cxx + +hxx{*}: extension = h +cxx{*}: extension = cc + +if ($c.class == 'msvc') +{ + cc.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS + cc.coptions += /wd4251 /wd4275 /wd4800 +} -- cgit v1.1