scuffed-code/icu4c/source
George Rhoten e762158a7a ICU-2030 Readd cmemory.c
X-SVN-Rev: 9416
2002-07-29 23:59:56 +00:00
..
allinone ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:50:40 +00:00
common ICU-2030 Readd cmemory.c 2002-07-29 23:59:56 +00:00
config ICU-1900 Add an extra flag for optimization 2002-07-29 23:33:12 +00:00
data ICU-2014 Update rules from ICU4J 2002-07-29 23:02:47 +00:00
extra ICU-2030 Undo most of the ADD CPP statements. 2002-07-29 23:24:37 +00:00
i18n ICU-2030 Undo most of the ADD CPP statements. 2002-07-29 23:24:37 +00:00
layout ICU-2030 WIndows build changes to allow apps to use static C runtime lib 2002-07-29 21:04:18 +00:00
samples ICU-1886 Flag setting etc. is now in icudefs.mk 2002-07-24 17:57:32 +00:00
stubdata ICU-2030 WIndows build changes to allow apps to use static C runtime lib 2002-07-29 21:04:18 +00:00
test ICU-2030 Undo most of the ADD CPP statements. 2002-07-29 23:24:37 +00:00
tools ICU-2030 Undo most of the ADD CPP statements. 2002-07-29 23:30:28 +00:00
.cvsignore
acconfig.h
aclocal.m4 ICU-1900 Since the xlC_r compiler may installed in an unusual location, 2002-07-19 22:21:21 +00:00
config.guess
config.sub ICU-1913 os/400 fixes 2002-05-29 00:13:51 +00:00
configure ICU-1900 Since the xlC_r compiler may installed in an unusual location, 2002-07-19 22:21:21 +00:00
configure.in ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:23:07 +00:00
Doxyfile.in ICU-900 Fixed a doxygen warning 2002-07-25 00:01:07 +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-900 Fixed a doxygen warning. 2002-07-24 22:44:02 +00:00
mkinstalldirs
README.in ICU-695 make README more explicit. 2002-01-29 18:14:35 +00:00
runConfigureICU ICU-1900 Make it easier to use Visual Age when it's not installed in a 2002-07-22 19:07:11 +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.