scuffed-code/icu4c/source
George Rhoten a1b4974182 ICU-1992 Fix release mode.
X-SVN-Rev: 9231
2002-07-17 19:05:41 +00:00
..
allinone ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:50:40 +00:00
common ICU-1992 remove some unneeded defines 2002-07-17 15:12:37 +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 loading changes 2002-07-17 15:13:08 +00:00
extra ICU-1988 Update the ICU version 2002-07-16 02:32:22 +00:00
i18n ICU-1962 Don't do malloc(0), which returns NULL on some platforms. 2002-07-17 16:58:32 +00:00
layout ICU-1962 add ../common to include path 2002-07-16 21:04:05 +00:00
samples ICU-1992 data loading 2002-07-17 15:15:34 +00:00
stubdata ICU-1992 Fix release mode. 2002-07-17 19:05:41 +00:00
test ICU-900 Fix some compiler warnings. 2002-07-17 15:39:16 +00:00
tools ICU-1992 data packaging changes 2002-07-17 03:56:50 +00:00
.cvsignore ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
acconfig.h ICU-575 finally got rid of @BUILDDATADIR@ in the Makefiles. Also removed 2000-08-29 22:26:15 +00:00
aclocal.m4 ICU-1900 Better detection of 64-bit library support for HP/UX. 2002-07-11 15:57:09 +00:00
config.guess ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
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 ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
Makefile.in ICU-1861 fix for out-of-source build & build with readonly source files 2002-06-11 22:23:05 +00:00
mkinstalldirs ICU-1084 recent config.* mkinstalldirs. 2001-10-19 02:31:19 +00:00
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.