scuffed-code/icu4c/source/test
Yves Arrouye 2cf8109556 ICU-3 initial support for static libraries. The current problems are:
- pkgdata will still generate a dll (not a problem if you use files or the
mappable archive).
- because of referecences to ostream in ustring, the linker wants to resolve
these symbols, forcing us to use a C++ compiler to link C programs. That is
bad and need to be resolved.
- if you build static, then reconfigure w/o them and do make clean, the
static libraries will be left over.

Static is controlled by --enable-static. Shared libraries can be disabled
with --disable-shared.

X-SVN-Rev: 2494
2000-09-22 22:58:36 +00:00
..
cintltst ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00
hdrtst ICU-408 makefile rearrangement, make hdrtest work again 2000-06-29 01:08:38 +00:00
ieeetest ICU-535 fixed some compiler warnings 2000-08-26 03:01:56 +00:00
intltest ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00
lcid ICU-541 test synchronization between LCIDs and posix locale names - Win32 only 2000-08-10 19:45:46 +00:00
testdata ICU-575 finally got rid of @BUILDDATADIR@ in the Makefiles. Also removed 2000-08-29 22:26:15 +00:00
testmap ICU-608 removed --enable-mapped in favor of --with-data-packaging 2000-09-22 19:02:20 +00:00
.cvsignore ICU-393 .cvsignore cleanup 2000-07-13 22:04:24 +00:00
Makefile.in ICU-575 fixed a number of problems with the out of source build. The 2000-08-29 07:28:22 +00:00