From 3d3a63d289cdaa8bc4d4a3820d499ea5a3205b43 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 11 Mar 2019 16:47:49 +0300 Subject: Release version 3.18.2+7 Place libsqlite3 and sqlite3 packages into single repository. --- sqlite3/build/root.build | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sqlite3/build/root.build (limited to 'sqlite3/build/root.build') diff --git a/sqlite3/build/root.build b/sqlite3/build/root.build new file mode 100644 index 0000000..678c40e --- /dev/null +++ b/sqlite3/build/root.build @@ -0,0 +1,17 @@ +# file : build/root.build +# copyright : not copyrighted - public domain + +using c + +h{*}: extension = h +c{*}: extension = c + +if ($c.class == 'msvc') +{ + c.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS + c.coptions += /wd4251 /wd4275 /wd4800 +} + +# Specify the test target for cross-testing. +# +test.target = $c.target -- cgit v1.1