scuffed-code/icu4c/source/tools/gencnval
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-601 fix build of man page and installation. 2000-09-19 18:34:32 +00:00
gencnval.8.in ICU-601 use section 8 for commands in sbin. 2000-09-19 21:17:45 +00:00
gencnval.c ICU-597 Make the definition for main more consistent for OS/400. 2000-09-21 21:49:32 +00:00
gencnval.dsp ICU-307 lenient converter name matching 2000-07-19 22:18:43 +00:00
Makefile.in ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00