ICU-11448 build CollationBaseDataBuilder as part of genuca; formatVersion 4.1 for below-common tertiary weights

X-SVN-Rev: 36911
This commit is contained in:
Markus Scherer 2014-12-27 01:08:13 +00:00
parent 7fdf06a388
commit 85e65d2170
3 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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)

View file

@ -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
};