summaryrefslogtreecommitdiff
path: root/libsqlite3/build/root.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-11 16:47:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-11 16:47:49 +0300
commit3d3a63d289cdaa8bc4d4a3820d499ea5a3205b43 (patch)
treee608c7ebe88503c670fcec02b6db5f54a6843dd2 /libsqlite3/build/root.build
parentaa5ecc3b21bf88c5b9b9c17912e4efbd96eeab34 (diff)
Release version 3.18.2+7v3.18.2
Place libsqlite3 and sqlite3 packages into single repository.
Diffstat (limited to 'libsqlite3/build/root.build')
-rw-r--r--libsqlite3/build/root.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/libsqlite3/build/root.build b/libsqlite3/build/root.build
new file mode 100644
index 0000000..5146e5c
--- /dev/null
+++ b/libsqlite3/build/root.build
@@ -0,0 +1,13 @@
+# 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
+}