From 85e65d21709a231b4820d1d82e41631392d6bf60 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Sat, 27 Dec 2014 01:08:13 +0000 Subject: [PATCH] ICU-11448 build CollationBaseDataBuilder as part of genuca; formatVersion 4.1 for below-common tertiary weights X-SVN-Rev: 36911 --- tools/unicode/c/CMakeLists.txt | 3 ++- tools/unicode/c/genuca/CMakeLists.txt | 4 ++-- tools/unicode/c/genuca/genuca.cpp | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/unicode/c/CMakeLists.txt b/tools/unicode/c/CMakeLists.txt index 87f692bf82f..d0369b0ab50 100644 --- a/tools/unicode/c/CMakeLists.txt +++ b/tools/unicode/c/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2012, International Business Machines +# Copyright (C) 2010-2014, International Business Machines # Corporation and others. All Rights Reserved. # # created on: 2010jun03 @@ -10,6 +10,7 @@ project(ICU_UNI_TOOLS) #set(ICU_INST_DIR /home/mscherer/svn.icu/trunk/bldinst) # Location of the ICU source tree. #set(ICU_SRC_DIR /home/mscherer/svn.icu/trunk/src) +set(CMAKE_BUILD_TYPE Debug) include(icudefs.txt) include_directories( ${ICU_INST_DIR}/include diff --git a/tools/unicode/c/genuca/CMakeLists.txt b/tools/unicode/c/genuca/CMakeLists.txt index f2d7595e263..cd9cf0abdd6 100644 --- a/tools/unicode/c/genuca/CMakeLists.txt +++ b/tools/unicode/c/genuca/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2010, International Business Machines +# Copyright (C) 2010-2014, International Business Machines # Corporation and others. All Rights Reserved. # # created on: 2010jun03 # created by: Markus W. Scherer # edited on: 2010jul20 # edited by: Stuart G. Gill -add_executable(genuca genuca.cpp) +add_executable(genuca genuca.cpp collationbasedatabuilder.cpp) target_link_libraries(genuca icuuc icui18n icutu) diff --git a/tools/unicode/c/genuca/genuca.cpp b/tools/unicode/c/genuca/genuca.cpp index 31cc63b6891..94793919e5c 100644 --- a/tools/unicode/c/genuca/genuca.cpp +++ b/tools/unicode/c/genuca/genuca.cpp @@ -83,7 +83,7 @@ static UDataInfo ucaDataInfo={ 0, { 0x55, 0x43, 0x6f, 0x6c }, // dataFormat="UCol" - { 4, 0, 0, 0 }, // formatVersion + { 4, 1, 0, 0 }, // formatVersion { 6, 3, 0, 0 } // dataVersion };