scuffed-code/icu4c/source/tools/gennames
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
gennames.c ICU-597 Make the definition for main more consistent for OS/400. 2000-09-21 21:49:32 +00:00
gennames.dsp ICU-158 fix include dir setting 1999-11-23 16:48:54 +00:00
Makefile.in ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00