scuffed-code/icu4c/source
Steven R. Loomis 06d5ee2949 ICU-1992 data packaging changes
X-SVN-Rev: 9223
2002-07-17 03:56:50 +00:00
..
allinone ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:50:40 +00:00
common ICU-1992 data packaging changes 2002-07-17 03:01:45 +00:00
config ICU-1891 Update for z/OS. There is no need to mention the .cpp extension when compiling C files. 2002-07-12 02:24:04 +00:00
data ICU-1992 data packaging changes 2002-07-17 03:56:50 +00:00
extra ICU-1988 Update the ICU version 2002-07-16 02:32:22 +00:00
i18n ICU-1962 use uprv_malloc/free instead of new/delete for non-class types 2002-07-16 17:50:42 +00:00
layout ICU-1962 add ../common to include path 2002-07-16 21:04:05 +00:00
samples ICU-393 ignore, *.d, *.pdb, Debug, Release, .#* 2002-07-02 23:18:21 +00:00
stubdata ICU-1992 data packaging changes 2002-07-17 03:56:50 +00:00
test ICU-1992 data packaging changes 2002-07-17 03:56:50 +00:00
tools ICU-1992 data packaging changes 2002-07-17 03:56:50 +00:00
.cvsignore
acconfig.h
aclocal.m4 ICU-1900 Better detection of 64-bit library support for HP/UX. 2002-07-11 15:57:09 +00:00
config.guess
config.sub ICU-1913 os/400 fixes 2002-05-29 00:13:51 +00:00
configure ICU-1900 Better detection of 64-bit library support for HP/UX. 2002-07-11 15:57:09 +00:00
configure.in ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:23:07 +00:00
Doxyfile.in ICU-1476 put dependencies in the make doc target. 2002-02-25 08:11:57 +00:00
icudefs.mk.in ICU-1914 add layout to searched directories (harmless if not built) 2002-05-24 01:13:17 +00:00
install-sh
Makefile.in ICU-1861 fix for out-of-source build & build with readonly source files 2002-06-11 22:23:05 +00:00
mkinstalldirs
README.in ICU-695 make README more explicit. 2002-01-29 18:14:35 +00:00
runConfigureICU ICU-1891 Update z/OS name 2002-07-11 15:44:06 +00:00

The ICU data files moved!

Depending on the ICU packaging mode, ICU data files were moved to
new locations.

@thelibdir@/@PACKAGE@/@VERSION@

    For the data library (--with-packaging-mode=dll) and individual
    data files (--with-packaging-mode=files).

@thedatadir@/@PACKAGE@/@VERSION@

    For the data common file (--with-packaging-mode=archive).

This move happened post ICU 1.6. The rationale for the move is to be able
to share @thedatadir@ across machines with different architectures, as
it is supposed to be the case.