aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/bootstrap.make1
-rw-r--r--build/configuration-rules.make1
-rw-r--r--build/configuration.make1
-rwxr-xr-xbuild/configure1
-rw-r--r--build/export.build1
-rw-r--r--build/export/libodb/stub.make1
l---------build/import/libodb/LICENSE1
-rw-r--r--build/import/libodb/configuration-rules.make1
-rwxr-xr-xbuild/import/libodb/configure1
-rw-r--r--build/import/libodb/stub.make1
-rw-r--r--build/root.build9
12 files changed, 4 insertions, 16 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 783341d..9c8d1a9 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
project = libodb
diff --git a/build/bootstrap.make b/build/bootstrap.make
index d87cf18..f26a5dc 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : build/bootstrap.make
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
project_name := libodb
diff --git a/build/configuration-rules.make b/build/configuration-rules.make
index 895ac81..adfaf3c 100644
--- a/build/configuration-rules.make
+++ b/build/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/configuration-rules.make
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/configuration-dynamic.make: | $(dcf_root)/.
diff --git a/build/configuration.make b/build/configuration.make
index 39ab11a..7a00b14 100644
--- a/build/configuration.make
+++ b/build/configuration.make
@@ -1,5 +1,4 @@
# file : build/configuration.make
-# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root))
diff --git a/build/configure b/build/configure
index 977bc3a..0109cb2 100755
--- a/build/configure
+++ b/build/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/configure
-# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build/export.build b/build/export.build
index 59d866f..56312c8 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,4 @@
# file : build/export.build
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$out_root/
diff --git a/build/export/libodb/stub.make b/build/export/libodb/stub.make
index d3a2bf3..10eeb22 100644
--- a/build/export/libodb/stub.make
+++ b/build/export/libodb/stub.make
@@ -1,5 +1,4 @@
# file : build/export/libodb/stub.make
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(src_root)/odb/makefile,$(out_root))
diff --git a/build/import/libodb/LICENSE b/build/import/libodb/LICENSE
deleted file mode 120000
index 5853aae..0000000
--- a/build/import/libodb/LICENSE
+++ /dev/null
@@ -1 +0,0 @@
-../../../LICENSE \ No newline at end of file
diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make
index 872cbb3..340c418 100644
--- a/build/import/libodb/configuration-rules.make
+++ b/build/import/libodb/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/libodb/configuration-rules.make
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/libodb/configuration-dynamic.make: | $(dcf_root)/import/libodb/.
diff --git a/build/import/libodb/configure b/build/import/libodb/configure
index 0d57a5f..261a202 100755
--- a/build/import/libodb/configure
+++ b/build/import/libodb/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/libodb/configure
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/build/import/libodb/stub.make b/build/import/libodb/stub.make
index 6b7088d..04dc786 100644
--- a/build/import/libodb/stub.make
+++ b/build/import/libodb/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libodb/stub.make
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root))
diff --git a/build/root.build b/build/root.build
index 697f33c..882047d 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,8 +1,7 @@
# file : build/root.build
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
-cxx.std = 11
+cxx.std = latest
using cxx
@@ -11,8 +10,8 @@ ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
-if ($cxx.class == 'msvc')
-{
+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
-}