scuffed-code/icu4c/source/samples/date
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
..
.cvsignore ICU-393 .cvsignore cleanup 2000-07-13 22:04:24 +00:00
date.c ICU-573 included stdlib.h 2000-08-30 17:35:00 +00:00
date.dsp ICU-193 samples for icu ported to Win32 1999-12-30 03:07:17 +00:00
date.dsw ICU-193 samples for icu ported to Win32 1999-12-30 03:07:17 +00:00
Makefile.in ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00
uprint.c ICU-516 streaming conversion functions set U_BUFFER_OVERFLOW_ERROR instead of U_INDEX_OUTOFBOUNDS_ERROR 2000-08-11 20:11:06 +00:00
uprint.h ICU-161 updated the copyright notices. 2000-01-15 02:00:06 +00:00