scuffed-code/tools/unicode/makedefs.sh
Markus Scherer 58d21ee915 ICU-7264 scripts for data file generation
X-SVN-Rev: 28364
2010-07-23 23:51:14 +00:00

17 lines
702 B
Bash
Executable File

# Copyright (C) 2010, International Business Machines
# Corporation and others. All Rights Reserved.
#
# Basic definitions for building ICU Unicode data.
# Sourced from makeprops.sh for example.
UNICODE_VERSION=6.0
# Assume that there are parallel src & bld trees with the Unicode tools
# source files and the out-of-source build files.
# Assume that the current folder is some/path/src/unicode
UNITOOLS_BLD=../../bld/unicode
# The sourcing script must define ICU_SRC and ICU_BLD for the ICU library
# source files and the out-of-source build files.
UNIDATA=$ICU_SRC/source/data/unidata
COMMON=$ICU_SRC/source/common
SRC_DATA_IN=$ICU_SRC/source/data/in
BLD_DATA_FILES=$ICU_BLD/data/out/build/icudt45l