mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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:
parent
7fdf06a388
commit
85e65d2170
3 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue