From 29827fde524a42fe343b32ea3c2f543e9ed3ee55 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 15 Feb 2020 03:27:02 +0300 Subject: Release version 65.1.0+1 Drop copyright notice from source code Convert libicuuc test from C to C++ so it can link library statically Drop linking -lpthread and -lm for MinGW GCC --- libicuio/tests/build/bootstrap.build | 1 - libicuio/tests/build/root.build | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'libicuio/tests/build') diff --git a/libicuio/tests/build/bootstrap.build b/libicuio/tests/build/bootstrap.build index 17797c1..b689bd5 100644 --- a/libicuio/tests/build/bootstrap.build +++ b/libicuio/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : Unicode License; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/libicuio/tests/build/root.build b/libicuio/tests/build/root.build index e8283ae..76b5bd7 100644 --- a/libicuio/tests/build/root.build +++ b/libicuio/tests/build/root.build @@ -1,8 +1,7 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : Unicode License; see accompanying LICENSE file -cxx.std = 14 +cxx.std = latest using cxx -- cgit v1.1